AI实战圣经《Machine Learning Yearning》第1-52章中英文版pdf分享

2018 年 9 月 8 日 深度学习与NLP

    《Machine Learning Yearning》是机器学习泰斗Andrew NG花了近2年时间,根据自己多年实践经验整理出来的一本机器学习、深度学习实践经验宝典。本书的重点不在于教授传统的机器学习算法理论基础,而在于教你如何在实践中使机器学习算法的实战经验。如果你渴望成为AI的技术领导者,并想要学习如何为团队设定一个方向,本书将有所帮助。


 本书官方网址:http://www.mlyearning.org/


    台主花了几天时间对本书1-52节的中英文内容进行了整理,内容整理自网络。文末附本书中文和英文pdf下载地址,仅供学习分享。


    本书主要总结了50多个吴恩达多年在AI领域的工程要领,把每一个要领都浓缩到 1-2 页的阅读量,非常精炼。目前,前52个要领已经分享出来了,被分为9个主题。


前9个主题列表

    第一章:绪论 「Introduction」

    第二章:配置开发集和训练集 「Setting up development and test sets」

    第三章:基本误差分析 「Basic Error Analysis」

    第四章:偏差和方差 「Bias and Variance」

    第五章:学习曲线 「Learning curves」

    第六章:比较人类水平表现 「Comparing to human-level performance」

    第七章:不同分布下的训练和测试 「Training and testing on different distributions」

    第八章:调试推理算法 「Debugging inference algorithms」

    第九章:端到端的深度学习 「End-to-end deep learning」


前52个要领列表

(英文列表,保证原汁原味)

    1 Why Machine Learning Strategy

    2 How to use this book to help your team

    3 Prerequisites and Notation

    4 Scale drives machine learning progress

    5 Your development and test sets

    6 Your dev and test sets should come from the same distribution

    7 How large do the dev/test sets need to be?

    8 Establish a single-number evaluation metric for your team to optimize

    9 Optimizing and satisficing metrics

    10 Having a dev set and metric speeds up iterations

    11 When to change dev/test sets and metrics

    12 Takeaways: Setting up development and test sets

    13 Build your first system quickly, then iterate

    14 Error analysis: Look at dev set examples to evaluate ideas

    15 Evaluating multiple ideas in parallel during error analysis

    16 Cleaning up mislabeled dev and test set examples

    17 If you have a large dev set, split it into two subsets, only one of which you look at

    18 How big should the Eyeball and Blackbox dev sets be?

    19 Takeaways: Basic error analysis

    20 Bias and Variance: The two big sources of error

    21 Examples of Bias and Variance

    22 Comparing to the optimal error rate

    23 Addressing Bias and Variance

    24 Bias vs. Variance tradeoff

    25 Techniques for reducing avoidable bias

    Page 3 Machine Learning Yearning-Draft Andrew Ng26 Techniques for reducing Variance

    27 Error analysis on the training set

    28 Diagnosing bias and variance: Learning curves

    29 Plotting training error

    30 Interpreting learning curves: High bias

    31 Interpreting learning curves: Other cases

    32 Plotting learning curves

    33 Why we compare to human-level performance

    34 How to define human-level performance

    35 Surpassing human-level performance

    36 Why train and test on different distributions

    37 Whether to use all your data

    38 Whether to include inconsistent data

    39 Weighting data

    40 Generalizing from the training set to the dev set

    41 Addressing Bias, and Variance, and Data Mismatch

    42 Addressing data mismatch

    43 Artificial data synthesis

    44 The Optimization Verification test

    45 General form of Optimization Verification test

    46 Reinforcement learning example

    47 The rise of end-to-end learning

    48 More end-to-end learning examples

    49 Pros and cons of end-to-end learning

    50 Learned sub-components

    51 Directly learning rich outputs

    52 Error Analysis by Parts

书籍下载地址

    英文版下载地址:

    公众号回复“ngmle”,获取下载地址


    中文版下载地址:

    分享朋友圈,获取5个赞,截图并公众号回复获取下载地址。

  (整理不易,人数较多,回复可能有延迟,谢谢理解)

往期精彩内容推荐

迁移学习在自然语言处理中的应用之通用语言建模

MIT 6.S094 深度学习与自动驾驶课程(下)

MIT课程:深度学习无人驾驶(2018)视频分享-上

最新深度学习面试题目及答案集锦

每周论文推荐-0803

997篇-历史最全生成对抗网络(GAN)论文串烧

李宏毅-201806-中文-Deep Reinforcement Learning精品课程分享

基于Pre-trained模型加速模型学习的6点建议

(精品干货)ACL 2018最新论文归类(最全最细)分享

神圣的NLP!一文理解词性标注、依存分析和命名实体识别任务

合成注意力推理神经网络-Christopher Manning-ICLR2018

2018/2019/校招/春招/秋招/自然语言处理/深度学习/机器学习知识要点及面试笔记

扫描下方二维码可以订阅哦!

DeepLearning_NLP

深度学习与NLP

       商务合作请联系微信号:lqfarmerlq

觉得还不错,记得点击下方小广告哦!!



登录查看更多
15

相关内容

机器学习(Machine Learning)是一个研究计算学习方法的国际论坛。该杂志发表文章,报告广泛的学习方法应用于各种学习问题的实质性结果。该杂志的特色论文描述研究的问题和方法,应用研究和研究方法的问题。有关学习问题或方法的论文通过实证研究、理论分析或与心理现象的比较提供了坚实的支持。应用论文展示了如何应用学习方法来解决重要的应用问题。研究方法论文改进了机器学习的研究方法。所有的论文都以其他研究人员可以验证或复制的方式描述了支持证据。论文还详细说明了学习的组成部分,并讨论了关于知识表示和性能任务的假设。 官网地址:http://dblp.uni-trier.de/db/journals/ml/
【干货书】真实机器学习,264页pdf,Real-World Machine Learning
【2020新书】Kafka实战:Kafka in Action,209页pdf
专知会员服务
65+阅读 · 2020年3月9日
专知会员服务
112+阅读 · 2019年12月24日
【电子书】机器学习实战(Machine Learning in Action),附PDF
专知会员服务
124+阅读 · 2019年11月25日
吴恩达新书《Machine Learning Yearning》完整中文版
专知会员服务
143+阅读 · 2019年10月27日
机器学习资源大全中文版
智能交通技术
14+阅读 · 2019年7月24日
吴恩达《ML Yearning》| 端到端的深度学习
人工智能前沿讲习班
7+阅读 · 2018年9月27日
吴恩达的7条机器学习训练秘籍 附新书更新下载
深度学习世界
6+阅读 · 2018年5月15日
Reinforcement Learning: An Introduction 2018第二版 500页
CreateAMind
11+阅读 · 2018年4月27日
解读吴恩达新书的全球第一帖 (上)
平均机器
5+阅读 · 2018年4月26日
Andrew NG的新书《Machine Learning Yearning》
我爱机器学习
11+阅读 · 2016年12月7日
Arxiv
43+阅读 · 2019年12月20日
Few-shot Learning: A Survey
Arxiv
362+阅读 · 2019年4月10日
Arxiv
18+阅读 · 2019年1月16日
Adversarial Transfer Learning
Arxiv
12+阅读 · 2018年12月6日
Federated Learning for Mobile Keyboard Prediction
Arxiv
4+阅读 · 2018年11月8日
Arxiv
21+阅读 · 2018年8月30日
Arxiv
11+阅读 · 2018年7月31日
Arxiv
25+阅读 · 2018年1月24日
VIP会员
相关资讯
机器学习资源大全中文版
智能交通技术
14+阅读 · 2019年7月24日
吴恩达《ML Yearning》| 端到端的深度学习
人工智能前沿讲习班
7+阅读 · 2018年9月27日
吴恩达的7条机器学习训练秘籍 附新书更新下载
深度学习世界
6+阅读 · 2018年5月15日
Reinforcement Learning: An Introduction 2018第二版 500页
CreateAMind
11+阅读 · 2018年4月27日
解读吴恩达新书的全球第一帖 (上)
平均机器
5+阅读 · 2018年4月26日
Andrew NG的新书《Machine Learning Yearning》
我爱机器学习
11+阅读 · 2016年12月7日
相关论文
Arxiv
43+阅读 · 2019年12月20日
Few-shot Learning: A Survey
Arxiv
362+阅读 · 2019年4月10日
Arxiv
18+阅读 · 2019年1月16日
Adversarial Transfer Learning
Arxiv
12+阅读 · 2018年12月6日
Federated Learning for Mobile Keyboard Prediction
Arxiv
4+阅读 · 2018年11月8日
Arxiv
21+阅读 · 2018年8月30日
Arxiv
11+阅读 · 2018年7月31日
Arxiv
25+阅读 · 2018年1月24日
Top
微信扫码咨询专知VIP会员