Add Chinese translation of README.md (#262)

* [add]add Chinese translation of README.md

* [fix]add a blankline to README.md

Co-authored-by: Jeremy Howard <j@fast.ai>
This commit is contained in:
Kaito 2020-10-12 18:04:08 +09:00 committed by GitHub
parent ee2ef44193
commit b69f1fef0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fastai/fastbook/master)
[English](./README.md) / [Spanish](./README_es.md) / [Korean](./README_ko.md)
[English](./README.md) / [Spanish](./README_es.md) / [Korean](./README_ko.md) / [Chinese](./README_zh.md)
# The fastai book

18
README_zh.md Normal file
View File

@ -0,0 +1,18 @@
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fastai/fastbook/master)
[English](./README.md) / [Korean](./README_ko.md) / [Chinese](./README_zh.md)
# The fastai book
这些notebook包含了对深度学习 [fastai](https://docs.fast.ai/) 以及 [PyTorch](https://pytorch.org/)的介绍。fastai是一个用于深度学习的分层API 要了解更多信息,请阅读 [the fastai paper](https://www.mdpi.com/2078-2489/11/2/108)论文。 本repo的所有内容的版权都属于 Jeremy Howard和Sylvain Gugger起自2020年。
这些notebook被用于[一个MOOC课程](https://course.fast.ai),并且是[这本书](https://www.amazon.com/Deep-Learning-Coders-fastai-PyTorch/dp/1492045527)(目前可供购买)的基础。 书籍并没有本稿的GPL限制。
notebook里的代码以及python的 `.py` 文件受到GPL v3开源协议的保护更多详情请查看LICENSE文件。
其余部分包括notebook里的markdown单元以及其他文字内容可以用于重新发布调整格式或者载体。你可以复制这里的notebook或者fork本repo用于个人目的。但是任何商业传播行为都是不被允许的。我们制作这些资料是用来帮助你学习深度学习的所以请遵守我们的版权以及上述限制.
如果你在别的地方发现任何人持有这些资料的副本,请告诉他们,他们的行为是不被允许的,并可能导致法律措施被采取。而且,他们可能会对社区造成伤害。这是因为如果人们忽视我们的版权,我们可能不会再像这样发布新的资料。
这些资料还属于初稿阶段。如果你在运行这些notebook时遇到困难请尝试在[fastai-dev forum](https://forums.fast.ai/c/fastai-users/fastai-dev/)搜索或者寻求帮助。请不要因为运行notebook中遇到的问题而使用GitHub issues。
若果你要为本repo创建pull request那么你的作品版权将归于Jeremy Howard和Sylvain Gugger。另外如果你是对拼写和文本做一些小修改请标注文件名并对你的修改提供一个简单的说明。因为对reviewer来说越来越难发现哪些地方已经被改正了。非常感谢。