zoukankan      html  css  js  c++  java
  • 值得收藏的27个机器学习的小抄

    原文:https://blog.csdn.net/j2IaYU7Y/article/details/80001382

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

    机器学习领域的变化是日新月异的,我想这些可能很快就会过时,但是至少在目前,它们还是很潮的。

    机器学习

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

    神经网络架构

    来源: http://www.asimovinstitute.org/neural-network-zoo/

    640?wx_fmt=png&wxfrom=5&wx_lazy=1

    神经网络公园

    微软 Azure 算法流程图

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

    640?wx_fmt=png

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

    SAS 算法流程图

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

    640?wx_fmt=png

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

    算法总结

    来源: http://machinelearningmastery.com/a-tour-of-machine-learning-algorithms/

    640?wx_fmt=png

    机器学习算法指引

    来源: http://thinkbigdata.in/best-known-machine-learning-algorithms-infographic/

    640?wx_fmt=jpeg

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

    算法优劣

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

    640?wx_fmt=jpeg

    Python

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

    算法

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

    640?wx_fmt=png

    Python 基础

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

    640?wx_fmt=png

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

    640?wx_fmt=png

    Numpy

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

    640?wx_fmt=png

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

    640?wx_fmt=png

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

    640?wx_fmt=png

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

    640?wx_fmt=png

    Pandas

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

    640?wx_fmt=png

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

    640?wx_fmt=png

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

    640?wx_fmt=png

    Matplotlib

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

    640?wx_fmt=png

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

    640?wx_fmt=png

    Scikit Learn

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

    640?wx_fmt=png

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

    640?wx_fmt=png

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

    640?wx_fmt=png

    Tensorflow

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

    640?wx_fmt=png

    Pytorch

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

    640?wx_fmt=png

    数学

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

    概率

    来源: http://www.wzchen.com/s/probability_cheatsheet.pdf

    640?wx_fmt=png

    概率小抄 2.0

    线性代数

    来源: https://minireference.com/static/tutorials/linear_algebra_in_4_pages.pdf

    640?wx_fmt=png

    四页内解释线性代数

    统计学

    来源: http://web.mit.edu/~csvoss/Public/usabo/stats_handout.pdf

    640?wx_fmt=png

    统计学小抄

    微积分

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

    640?wx_fmt=png

    微积分小抄

  • 相关阅读:
    LeetCode(274)H-Index
    LeetCode(279)Perfect Squares
    LeetCode(278)First Bad Version
    LeetCode(289)Game of Life
    LeetCode(292) Nim Game
    LeetCode(282) Peeking Iterator
    解决Secure Shell Client(SSH)客户端中文乱码的方法
    Mysql 或者当前时间戳
    java http请求url报错505,但是浏览器可以正常返回json数据
    查询直播流实时帧率和码率 签名
  • 原文地址:https://www.cnblogs.com/dufu/p/8944431.html
Copyright © 2011-2022 走看看