【一文看尽200篇干货】2018最新机器学习、NLP、Python教程汇总!

栏目: 编程工具 · 发布时间: 5年前

内容简介:来源:专知 (ID:Quan_Zhuanzhi)

【一文看尽200篇干货】2018最新机器学习、NLP、 <a href='https://www.codercto.com/topics/20097.html'>Python</a> 教程汇总!

【一文看尽200篇干货】2018最新机器学习、NLP、Python教程汇总!

新智元推荐  

来源:专知 (ID:Quan_Zhuanzhi)

作者:Robbie Allen

整理:Sanglei, Shengsheng

【新智元导读】 本文收集并详细筛选出了一系列机器学习、自然语言处理、Python及数学基础知识的相关资源和教程,数目多达200种!来源既包括斯坦福、MIT等名校,也有Github、Medium等热门网站上的技术教程和资料,筛选原则是内容尽量涵盖精华要点,避免重复。干货满满的一篇教程汇总,强烈建议大家收藏学习!

【一文看尽200篇干货】2018最新机器学习、NLP、Python教程汇总!

去年,我写了一份相当受欢迎的博文(在Medium上有16万阅读量,见相关资源1),列出了我在深入研究大量机器学习资源时发现的最佳教程。十三个月后,现在有许多关于传统机器学习概念的新教程大量涌现以及过去一年中出现的新技术。围绕机器学习持续增加的大量内容有着惊人的数量。

本文包含了迄今为止我发现的最好的一些教程内容。它绝不是网上每个机器学习相关教程的简单详尽列表(这个工作量无疑是十分巨大而又枯燥重复的),而是经过详细筛选后的结果。我的目标就是将我在机器学习和自然语言处理领域各个方面找到的我认为最好的教程整理出来。

在教程中,为了能够更好的让读者理解其中的概念,我将避免罗列书中每章的详细内容,而是总结一些概念性的介绍内容。为什么不直接去买本书?当你想要对某些特定的主题或者不同方面进行了初步了解时,我相信这些教程对你可能帮助更大。

本文中我将分四个主题进行整理: 机器学习,自然语言处理,Python和数学。在每个主题中我将包含一个例子和多个资源。当然我不可能完全覆盖所有的主题啦。

如果你发现我在这里遗漏了好的教程资源,请联系告诉我。为了避免资源重复罗列,我在每个主题下只列出了5、6个教程。下面的每个链接都应该链接了和其他链接不同的资源,也会通过不同的方式(例如幻灯片代码段)或者不同的角度呈现出这些内容。

【一文看尽200篇干货】2018最新机器学习、NLP、Python教程汇总!

相关资源

本文作者Robbie Allen是以为科技作者和创业者、并自学AI并成为博士生。曾整理许多广为流传的机器学习相关资源。

1. 2017版教程资源 Over 150 ofthe Best Machine Learning, NLP, and Python Tutorials I’ve Found(150多个最好的与机器学习,自然语言处理和Python相关的教程)

  • 英文:

    https://medium.com/machine-learning-in-practice/over-150-of-the-best-machine-learning-nlp-and-python-tutorials-ive-found-ffce2939bd78

    中文翻译:http://pytlab.org

    2. My Curated List of AI and Machine LearningResources from Around the Web( 终极收藏AI领域你不能不关注的大牛、机构、课程、会议、图书)

    • 英文:

      https://medium.com/machine-learning-in-practice/my-curated-list-of-ai-and-machine-learning-resources-from-around-the-web-9a97823b8524

      中文翻译:

      http://www.sohu.com/a/168291972_473283

      3. Cheat Sheet of Machine Learningand Python (and Math) Cheat Sheets

      (值得收藏的27 个机器学习速查表)

      • 英文:

        https://medium.com/machine-learning-in-practice/cheat-sheet-of-machine-learning-and-python-and-math-cheat-sheets-a4afe4e791b6

        目录

        1.机器学习

        1.1 激活函数与损失函数1.2 偏差(bias)1.3 感知机(perceptron)1.4 回归(Regression)1.5 梯度下降(Gradient Descent)1.6 生成学习(Generative Learning)1.7 支持向量机(Support Vector Machines)1.8 反向传播(Backpropagation)1.9 深度学习(Deep Learning)1.10 优化与降维(Optimization and Dimensionality Reduction)1.11 Long Short Term Memory (LSTM)1.12 卷积神经网络 Convolutional Neural Networks (CNNs)1.13 循环神经网络 Recurrent Neural Nets (RNNs)1.14 强化学习 Reinforcement Learning1.15 生产对抗模型 Generative Adversarial Networks (GANs)1.16 多任务学习 Multi-task Learning 2. 自然语言处理 NLP

        2.1 深度学习与自然语言处理 Deep Learning and NLP2.2 词向量 Word Vectors2.3 编解码模型 Encoder-Decoder 3. Python

        3.1 样例 Examples3.2 Scipy and numpy教程3.3 scikit-learn教程3.4 Tensorflow教程3.5 PyTorch教程 4. 数学基础教程

        4.1 线性代数4.2 概率论4.3 微积分第一部分:机器学习

        • Start Here with Machine Learning (machinelearningmastery.com)

          https://machinelearningmastery.com/start-here/

          • Machine Learning is Fun! (medium.com/@ageitgey)

            https://medium.com/@ageitgey/machine-learning-is-fun-80ea3ec3c471

            • Rules of Machine Learning: Best Practices for ML Engineering (martin.zinkevich.org)

              http://martin.zinkevich.org/rules_of_ml/rules_of_ml.pdf

              • Machine Learning CrashCourse: Part I, Part II, Part III (Machine Learning atBerkeley)

                • Part I https://ml.berkeley.edu/blog/2016/11/06/tutorial-1/

                  Part II https://ml.berkeley.edu/blog/2016/12/24/tutorial-2/

                  Part III https://ml.berkeley.edu/blog/2017/02/04/tutorial-3/

                  • An Introduction to Machine Learning Theory and Its Applications: A Visual Tutorial with Examples (toptal.com)

                    https://www.toptal.com/machine-learning/machine-learning-theory-an-introductory-primer

                    • A Gentle Guide to Machine Learning (monkeylearn.com)

                      https://monkeylearn.com/blog/a-gentle-guide-to-machine-learning/

                      • Which machine learning algorithm should I use? (sas.com)

                        https://blogs.sas.com/content/subconsciousmusings/2017/04/12/machine-learning-algorithm-use/

                        • The Machine Learning Primer (sas.com)

                          https://www.sas.com/content/dam/SAS/en_us/doc/whitepaper1/machine-learning-primer-108796.pdf

                          • Machine Learning Tutorial for Beginners (kaggle.com/kanncaa1)

                            https://www.kaggle.com/kanncaa1/machine-learning-tutorial-for-beginners

                            1.1 激活函数与损失函数

                            • Sigmoidneurons (neuralnetworksanddeeplearning.com)

                              http://neuralnetworksanddeeplearning.com/chap1.html#sigmoid_neurons

                              • What is the role of the activation function in a neural network? (quora.com)

                                https://www.quora.com/What-is-the-role-of-the-activation-function-in-a-neural-network

                                • Comprehensive list of activation functions in neural networks with pros/cons(stats.stackexchange.com)

                                  https://stats.stackexchange.com/questions/115258/comprehensive-list-of-activation-functions-in-neural-networks-with-pros-cons

                                  • https://medium.com/towards-data-science/activation-functions-and-its-types-which-is-better-a9a5310cc8f


以上所述就是小编给大家介绍的《【一文看尽200篇干货】2018最新机器学习、NLP、Python教程汇总!》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Single Page Web Applications

Single Page Web Applications

Michael Mikowski、Josh Powell / Manning Publications / 2013-9-30 / USD 44.99

Code for most web sites mostly runs on the server. When a user clicks on a link, the site reacts slowly because the browser sends information to the server and the server sends it back again before di......一起来看看 《Single Page Web Applications》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

SHA 加密
SHA 加密

SHA 加密工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具