# Deep Learning 中文翻译
在众多网友的帮助和校对下,草稿慢慢变成了初稿。尽管还有很多问题,但至少90%的内容是可读的,并且是准确的。
我们尽可能地保留了原书[Deep Learning](http://www.deeplearningbook.org/)中的意思并保留原书的语句。
然而我们水平有限,我们无法消除众多读者的方差。我们仍需要大家的建议和帮助,一起减小翻译的偏差。
大家所要做的就是阅读,然后汇总你的建议,提issue(最好不要一个一个地提)。如果你确定你的建议不需要商量,可以直接发起PR。
对应的翻译者:
- 第1、4、7、10、14、20章及第12.4、12.5节由 @swordyork 负责
- 第2、5、8、11、15、18章由 @liber145 负责
- 第3、6、9章由 @KevinLee1110 负责
- 第13、16、17、19章及第12.1至12.3节由 @futianfan 负责
面向的读者
--------------------
请直接下载[PDF](https://github.com/exacity/deeplearningbook-chinese/releases/download/v0.5-beta/dlbook_cn_v0.5-beta.pdf.zip)阅读(或[百度云](https://pan.baidu.com/s/1o8v19Om))。
这一版准确性已经有所提高,读者可以以中文版为主、英文版为辅来阅读学习,但我们仍建议研究者阅读[原版](http://www.deeplearningbook.org/)。
出版及开源原因
--------------------
本书将由出版社出版,但我们不确定具体日期。所以大家可以先看PDF电子版,毕竟技术日新月异。
如果你觉得中文版PDF对你有所帮助,希望将来出版的时候你能支持下纸质正版书籍。
如果你觉得中文版不行,希望你能多提建议。非常感谢各位!
以下是开源的具体原因:
1. 我们不是文学工作者,不专职翻译。单靠我们,无法给出今天的翻译,众多网友都给我们提出了宝贵的建议,因此开源帮了很大的忙。出版社会给我们稿费(我们也不知道多少,可能2万左右),我们也不好意思自己用,商量之后觉得捐出是最合适的,以所有贡献过的网友的名义。
2. PDF电子版对于技术类书籍来说是很重要的,随时需要查询,拿着纸质版到处走显然不合适。国外很多技术书籍都有对应的电子版(虽然不一定是正版),而国内的几乎没有。个人认为这是出版社或者作者认为国民素质还没有高到主动为知识付费的境界,所以不愿意"泄露"电子版。时代在进步,我们也需要改变。特别是翻译作品普遍质量不高的情况下,要敢为天下先。
3. 深度学习发展太快,日新月异,所以我们希望大家更早地学到相关的知识。我觉得原作者开放PDF电子版也有类似的考虑,也就是先阅读后付费。我们认为中国人口素质已经足够高,懂得为知识付费。当然这不是付给我们的,是付给出版社的,出版社再付给原作者。我们不希望中文版的销量因PDF电子版的存在而下滑。出版社只有值回了版权才能在以后引进更多的优秀书籍。我们这个开源翻译先例也不会成为一个反面案例,以后才会有更多的PDF电子版。
4. 开源也涉及版权问题,出于版权原因,我们不再更新此初版PDF文件,请大家以最终的纸质版为准。
致谢
--------------------
我们有3个类别的校对人员。
- 负责人也就是对应的翻译者。
- 简单阅读,对语句不通顺或难以理解的地方提出修改意见。
- 中英对比,进行中英对应阅读,排除少翻错翻的情况。
所有校对建议都保存在各章的`annotations.txt`文件中。
| 章节 | 负责人 | 简单阅读 | 中英对比 |
| ------------ | ------------ | ------------ | ------------ |
| [第一章 前言](https://exacity.github.io/deeplearningbook-chinese/Chapter1_introduction/) | @swordyork | lc, @SiriusXDJ, @corenel, @NeutronT | @linzhp |
| [第二章 线性代数](https://exacity.github.io/deeplearningbook-chinese/Chapter2_linear_algebra/) | @liber145 | @SiriusXDJ, @angrymidiao | @badpoem |
| [第三章 概率与信息论](https://exacity.github.io/deeplearningbook-chinese/Chapter3_probability_and_information_theory/) | @KevinLee1110 | @SiriusXDJ | @kkpoker, @Peiyan |
| [第四章 数值计算](https://exacity.github.io/deeplearningbook-chinese/Chapter4_numerical_computation/) | @swordyork | @zhangyafeikimi | @hengqujushi |
| [第五章 机器学习基础](https://exacity.github.io/deeplearningbook-chinese/Chapter5_machine_learning_basics/) | @liber145 | @wheaio, @huangpingchun | @fairmiracle, @linzhp |
| [第六章 深度前馈网络](https://exacity.github.io/deeplearningbook-chinese/Chapter6_deep_feedforward_networks/) | @KevinLee1110 | David_Chow, @linzhp, @sailordiary | |
| [第七章 深度学习中的正则化](https://exacity.github.io/deeplearningbook-chinese/Chapter7_regularization/) | @swordyork | | @NBZCC |
| [第八章 深度模型中的优化](https://exacity.github.io/deeplearningbook-chinese/Chapter8_optimization_for_training_deep_models/) | @liber145 | @happynoom, @codeVerySlow | @huangpingchun |
| [第九章 卷积网络](https://exacity.github.io/deeplearningbook-chinese/Chapter9_convolutional_networks/) | @KevinLee1110 | @zhaoyu611, @corenel | @zhiding |
| [第十章 序列建模:循环和递归网络](https://exacity.github.io/deeplearningbook-chinese/Chapter10_sequence_modeling_rnn/) | @swordyork | lc | @zhaoyu611, @yinruiqing |
| [第十一章 实践方法论](https://exacity.github.io/deeplearningbook-chinese/Chapter11_practical_methodology/) | @liber145 | | |
| [第十二章 应用](https://exacity.github.io/deeplearningbook-chinese/Chapter12_applications/) | @swordyork, @futianfan | | @corenel |
| [第十三章 线性因子模型](https://exacity.github.io/deeplearningbook-chinese/Chapter13_linear_factor_models/) | @futianfan | @cloudygoose | @ZhiweiYang |
| [第十四章 自编码器](https://exacity.github.io/deeplearningbook-chinese/Chapter14_autoencoders/) | @swordyork | | @Seaball, @huangpingchun |
| [第十五章 表示学习](https://exacity.github.io/deeplearningbook-chinese/Chapter15_representation_learning/) | @liber145 | @cnscottzheng | |
| [第十六章 深度学习中的结构化概率模型](https://exacity.github.io/deeplearningbook-chinese/Chapter16_structured_probabilistic_modelling/) | @futianfan | |
| [第十七章 蒙特卡罗方法](https://exacity.github.io/deeplearningbook-chinese/Chapter17_monte_carlo_methods/) | @futianfan | | @sailordiary |
| [第十八章 面对配分函数](https://exacity.github.io/deeplearningbook-chinese/Chapter18_confronting_the_partition_function/) | @liber145 | | @tankeco |
| [第十九章 近似推断](https://exacity.github.io/deeplearningbook-chinese/Chapter19_approximate_inference/) | @futianfan | | @sailordiary, @hengqujushi, huanghaojun |
| [第二十章 深度生成模型](https://exacity.github.io/deeplearningbook-chinese/Chapter20_deep_generative_models/) | @swordyork | | |
| 参考文献 | | | @pkuwwt |
我们会在纸质版正式出版的时候,在书中致谢,正式感谢各位作出贡献的同学!
还有很多同学提出了不少建议,我们都列在此处。
@tttwwy @tankeco @fairmiracle @GageGao @huangpingchun @MaHongP @acgtyrant @yanhuibin315 @Buttonwood @titicacafz
@weijy026a @RuiZhang1993 @zymiboxpay @xingkongliang @oisc @tielei @yuduowu @Qingmu @HC-2016 @xiaomingabc
@bengordai @Bojian @JoyFYan @minoriwww @khty2000 @gump88 @zdx3578 @PassStory @imwebson @wlbksy @roachsinai @Elvinczp
@endymecy name:YUE-DaJiong @9578577 @linzhp @cnscottzheng @germany-zhu @zhangyafeikimi @showgood163 @gump88
@kangqf @NeutronT @badpoem @kkpoker @Seaball @wheaio @angrymidiao @ZhiweiYang @corenel @zhaoyu611 @SiriusXDJ @dfcv24 EmisXXY FlyingFire vsooda @friskit-china @poerin @ninesunqian @JiaqiYao
@Sofring @wenlei @wizyoung @imageslr @@indam @XuLYC @zhouqingping @freedomRen @runPenguin @pkuwwt
如有遗漏,请务必通知我�
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
Deep Learning Book Chinese Translation (160个子文件)
dlbook_cn.bib 2B
natbib.bst 26KB
fontawesome-webfont.eot 69KB
gallery 577B
Gemfile 73B
.gitignore 256B
math_symbol.html 9KB
head.html 4KB
post.html 3KB
pagination.html 2KB
page.html 2KB
index.html 1KB
post-index.html 1KB
disqus_comments.html 1KB
scripts.html 1KB
read-more.html 1KB
social-share.html 749B
navigation.html 659B
feed-footer.html 274B
footer.html 240B
browser-upgrade.html 203B
read-time-index.html 190B
read-time.html 185B
jquery-1.9.1.min.js 90KB
jquery.magnific-popup.js 44KB
scripts.min.js 30KB
respond.js 10KB
modernizr-2.6.2.custom.min.js 9KB
jquery.dlmenu.js 7KB
jquery.fitvids.js 3KB
_main.js 1KB
Gemfile.lock 5KB
Makefile 259B
2016-12-20-Chapter20_deep_generative_models.md 131KB
2016-12-05-Chapter5_machine_learning_basics.md 127KB
2016-12-06-Chapter6_deep_feedforward_networks.md 122KB
2016-12-08-Chapter8_optimization_for_training_deep_models.md 114KB
2016-12-12-Chapter12_applications.md 91KB
2016-12-07-Chapter7_regularization.md 89KB
2016-12-10-Chapter10_sequence_modeling_rnn.md 83KB
2016-12-09-Chapter9_convolutional_networks.md 79KB
2016-12-16-Chapter16_structured_probabilistic_modelling.md 70KB
2016-12-15-Chapter15_representation_learning.md 65KB
2016-12-18-Chapter18_confronting_the_partition_function.md 52KB
2016-12-03-Chapter3_probability_and_information_theory.md 50KB
2016-12-19-Chapter19_approximate_inference.md 49KB
2016-12-01-Chapter1_introduction.md 46KB
2016-12-11-Chapter11_practical_methodology.md 46KB
2016-12-14-Chapter14_autoencoders.md 43KB
2016-12-02-Chapter2_linear_algebra.md 40KB
2016-12-17-Chapter17_monte_carlo_methods.md 33KB
2016-12-04-Chapter4_numerical_computation.md 33KB
2016-12-13-Chapter13_linear_factor_models.md 26KB
README.md 9KB
acknowledgments_github.md 6KB
README.md 20B
README.md 20B
README.md 20B
README.md 20B
README.md 20B
README.md 20B
README.md 20B
README.md 20B
README.md 20B
README.md 20B
README.md 17B
README.md 17B
README.md 17B
README.md 17B
README.md 17B
README.md 17B
README.md 17B
README.md 17B
README.md 17B
README.md 17B
FontAwesome.otf 107KB
figure.pdf 41KB
parse_gls.py 2KB
parse_anno.py 1KB
_icons.scss 44KB
_variables.scss 19KB
magnific-popup.scss 13KB
_page.scss 9KB
_animations.scss 8KB
_dl-menu.scss 6KB
_syntax.scss 4KB
_reset.scss 3KB
_settings.scss 3KB
_elements.scss 3KB
_mixins.scss 3KB
_typography.scss 2KB
_variables.scss 2KB
_coderay.scss 2KB
_site.scss 1KB
_grid.scss 1KB
_mixins.scss 946B
_path.scss 783B
_animated.scss 715B
_rotated-flipped.scss 672B
_bordered-pulled.scss 592B
共 160 条
- 1
- 2
资源评论
EricAn
- 粉丝: 2691
- 资源: 86
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 我在 YouTube 上创建的 YOLOv3 系列的配套代码.zip
- 人体检测计算机视觉项目 yolov11标记 2G的文件大小
- 应用程序编号 AA8D2-2325A-B6B4C-36C9E-E1004,版本名称 - stroyportal.zip
- 应用程序编号 8887.zip
- 帮助将 LabelMe 标注工具 JSON 格式转换为 YOLO 文本文件格式 如果你已经用 LabelMe 标注了你的分割数据集,那么可以很轻松地使用此工具帮助转换为 YOLO 格式的数据集.zip
- java获取request中的请求参数
- 带有 Web UI 的文件观察器 .zip
- 微信小程序LOL战绩查询
- 带有 Tensorflow mobile 的 Android YOLO 实时对象检测示例应用程序 .zip
- Go语言 学习笔记 记录了学习所需的基本语言知识
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功