51学通信论坛2017新版

标题: 值得收藏的 27 个机器学习的小抄 [打印本页]

作者: admin    时间: 2017-11-15 14:57
标题: 值得收藏的 27 个机器学习的小抄
[attach]4762[/attach]


机器学习有很多方面,当我开始研究学习它时,我发现了各种各样的“小抄”,它们简明地列出了给定主题的关键知识点。最终,我汇集了超过 20 篇的机器学习相关的小抄,其中一些我经常会翻阅,而另一些我也获益匪浅。这篇文章里面包含了我在网上找到的 27 个小抄,如果你发现我有所遗漏的话,请告诉我。 -- Robbie Allen
本文导航





编译自: https://unsupervisedmethods.com/cheat-sheet-of-machine-learning-and-python-and-math-cheat-sheets-a4afe4e791b6
作者: Robbie Allen
译者: wxy

机器学习Machine Learning有很多方面,当我开始研究学习它时,我发现了各种各样的“小抄”,它们简明地列出了给定主题的关键知识点。最终,我汇集了超过 20 篇的机器学习相关的小抄,其中一些我经常会翻阅,而另一些我也获益匪浅。这篇文章里面包含了我在网上找到的 27 个小抄,如果你发现我有所遗漏的话,请告诉我。
机器学习领域的变化是日新月异的,我想这些可能很快就会过时,但是至少在 2017 年 6 月 1 日时,它们还是很潮的。
如果你喜欢这篇文章,那就分享给更多人,如果你想感谢我,就到原帖地址[1]点个赞吧。
机器学习

这里有一些有用的流程图和机器学习算法表,我只包括了我所发现的最全面的几个。
神经网络架构

来源: http://www.asimovinstitute.org/neural-network-zoo/
[attach]4763[/attach]

神经网络公园


微软 Azure 算法流程图

来源: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-algorithm-cheat-sheet
[attach]4764[/attach]

用于微软 Azure 机器学习工作室的机器学习算法


SAS 算法流程图

来源: http://blogs.sas.com/content/subconsciousmusings/2017/04/12/machine-learning-algorithm-use/
[attach]4765[/attach]

SAS:我应该使用哪个机器学习算法?


算法总结

来源: http://machinelearningmastery.com/a-tour-of-machine-learning-algorithms/
[attach]4766[/attach]

机器学习算法指引


来源: http://thinkbigdata.in/best-known-machine-learning-algorithms-infographic/
[attach]4767[/attach]

已知的机器学习算法哪个最好?


算法优劣

来源: https://blog.dataiku.com/machine-learning-explained-algorithms-are-your-friend

[attach]4768[/attach]

Python

自然而然,也有许多在线资源是针对 Python 的,这一节中,我仅包括了我所见过的最好的那些小抄。
算法

来源: https://www.analyticsvidhya.com/blog/2015/09/full-cheatsheet-machine-learning-algorithms/

[attach]4769[/attach]

Python 基础

来源: http://datasciencefree.com/python.pdf

[attach]4770[/attach]

来源: https://www.datacamp.com/community/tutorials/python-data-science-cheat-sheet-basics#gs.0x1rxEA

[attach]4771[/attach]

Numpy

来源: https://www.dataquest.io/blog/numpy-cheat-sheet/

[attach]4772[/attach]

来源: http://datasciencefree.com/numpy.pdf

[attach]4773[/attach]

来源: https://www.datacamp.com/community/blog/python-numpy-cheat-sheet#gs.Nw3V6CE

[attach]4774[/attach]

来源: https://github.com/donnemartin/data-science-ipython-notebooks/blob/master/numpy/numpy.ipynb

[attach]4775[/attach]

Pandas

来源: http://datasciencefree.com/pandas.pdf

[attach]4776[/attach]

来源: https://www.datacamp.com/community/blog/python-pandas-cheat-sheet#gs.S4P4T=U

[attach]4777[/attach]

来源: https://github.com/donnemartin/data-science-ipython-notebooks/blob/master/pandas/pandas.ipynb

[attach]4778[/attach]

Matplotlib

来源: https://www.datacamp.com/community/blog/python-matplotlib-cheat-sheet

[attach]4779[/attach]

来源: https://github.com/donnemartin/data-science-ipython-notebooks/blob/master/matplotlib/matplotlib.ipynb

[attach]4780[/attach]

Scikit Learn

来源: https://www.datacamp.com/community/blog/scikit-learn-cheat-sheet#gs.fZ2A1Jk

[attach]4781[/attach]

来源: http://peekaboo-vision.blogspot.de/2013/01/machine-learning-cheat-sheet-for-scikit.html

[attach]4782[/attach]

来源: https://github.com/rcompton/ml_cheat_sheet/blob/master/supervised_learning.ipynb

[attach]4783[/attach]

Tensorflow

来源: https://github.com/aymericdamien/TensorFlow-Examples/blob/master/notebooks/1_Introduction/basic_operations.ipynb

[attach]4784[/attach]

Pytorch

来源: https://github.com/bfortuner/pytorch-cheatsheet

[attach]4785[/attach]

数学

如果你希望了解机器学习,那你就需要彻底地理解统计学(特别是概率)、线性代数和一些微积分。我在本科时辅修了数学,但是我确实需要复习一下了。这些小抄提供了机器学习算法背后你所需要了解的大部分数学知识。
概率

来源: http://www.wzchen.com/s/probability_cheatsheet.pdf
[attach]4786[/attach]

概率小抄 2.0


线性代数

来源: https://minireference.com/static/tutorials/linear_algebra_in_4_pages.pdf
[attach]4787[/attach]

四页内解释线性代数


统计学

来源: http://web.mit.edu/~csvoss/Public/usabo/stats_handout.pdf
[attach]4788[/attach]

统计学小抄


微积分

来源: http://tutorial.math.lamar.edu/getfile.aspx?file=B,41,N
[attach]4789[/attach]

微积分小抄



声明:本文转载自网络。版权归原作者所有,如有侵权请联系删除。




欢迎光临 51学通信论坛2017新版 (http://bbs.51xuetongxin.com/) Powered by Discuz! X3