# MachineLearningCheatsheets **Repository Path**: bluew11/MachineLearningCheatsheets ## Basic Information - **Project Name**: MachineLearningCheatsheets - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-18 - **Last Updated**: 2024-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MachineLearningCheatsheets 机器学习速查表(cheatsheet)资源汇总 # 求关注 # 我的机器学习相关原创文章: [Caiyongji's Blog - TAGS](http://blog.caiyongji.com/archive.html) 更多机器学习相关资源、原创文章、原创教程请关注我的公众号:**caiyongji** ![](images/qrcode-search-caiyongji.png) 目录 ----------------- - [机器学习](#机器学习) - [神经网络架构](#神经网络架构) - [Azure机器学习算法](#Azure-机器学习算法) - [SAS 机器学习算法](#SAS-机器学习算法) - [The world of machine learning algorithms](#The-world-of-machine-learning-algorithms) - [data iku 机器学习算法](#data-iku-机器学习算法) - [Python](#Python) - [Python 速查表](#Python-速查表) - [Python 导入数据](#Python-导入数据) - [Numpy](#Numpy) - [Pandas](#Pandas) - [Matplotlib](#Matplotlib) - [Scikit-Learn](#Scikit-Learn) - [spaCy](#spaCy) - [Bokeh](#Bokeh) - [数学](#数学) - [概率论](#概率论) - [线性代数](#线性代数) - [统计学](#统计学) - [微积分](#微积分) # 机器学习 # ## 神经网络架构 ## 神经网络结构速查表,包括感知机、前馈神经网络、径向基函数网络、循环神经网络等。 ![](images/NeuralNetworkZo19High.png) ## Azure 机器学习算法 ## Microsoft Azure机器学习拥有来自分类,推荐系统,群集,异常检测,回归和文本分析系列的大型算法库。每个都旨在解决不同类型的机器学习问题。 每种机器学习算法都有自己的风格或归纳偏差。对于特定问题,几种算法可能是合适的,并且一种算法可能比其他算法更合适。但是,并非总是可能事先知道哪种方法最合适。在这种情况下,速查表中会同时列出几种算法。适当的策略是尝试一种算法,如果结果仍不令人满意,则尝试其他算法。 ![](images/microsoft-azure-algorithmn.png) ## SAS 机器学习算法 ## 该资源主要是为对识别和应用机器学习算法来解决他们感兴趣的问题感兴趣的初学者到中级数据科学家或分析人员而设计的。 即使是经验丰富的数据科学家,也无法在尝试不同算法之前就确定哪种算法性能最佳。我们不提倡一种完成的方法,但是我们确实希望根据一些明确的因素提供有关哪些算法首先要尝试的指导。 ![](images/machine-learning-cheet-sheet-2.png) ## The world of machine learning algorithms ## 这是一个非常不错的信息图,展示了机器学习算法类别的基本类型。 ![](images/12algorithmseverydatascientistshouldknow.jpg) ## data iku 机器学习算法 ## 我们(data iku)对预测分析中使用的顶级算法进行了简要总结,您可以在下面看到。 ![](images/dataiku.png) # Python # ## Python 速查表 ## ![](images/python1.png) ![](images/python2.png) ## Python 导入数据 ## ![](images/datacamp-python.png) ## Numpy ## NumPy支持大量的维度数组与矩阵运算,是针对数组运算的Python库。我曾经在[前置机器学习系列](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzUxMjU4NjI4MQ==&action=getalbum&album_id=1627166768236412929&scene=173&from_msgid=2247484075&from_itemidx=1&count=3#wechat_redirect)里讲过[前置机器学习(三):30分钟掌握常用NumPy用法](http://blog.caiyongji.com/2020/12/06/pre-ml-numpy-3.html)。 ![](images/Numpy.png) ![](images/Numpy1.png) ![](images/Numpy2.png) ## Pandas ## Pandas提供快速,灵活和富于表现力的数据结构,是强大的数据分析Python库。 我曾经写过近万字的文章介绍pandas。 我曾经在[前置机器学习系列](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzUxMjU4NjI4MQ==&action=getalbum&album_id=1627166768236412929&scene=173&from_msgid=2247484075&from_itemidx=1&count=3#wechat_redirect)里讲过[前置机器学习(四):一文掌握Pandas用法](http://blog.caiyongji.com/2020/12/13/pre-ml-pandas-4.html)。 ![](images/pandas1-1.png) ![](images/pandas1-4.png) 篇幅关系,以上仅为部分`pandas`速查表图片,请参考本项目./pdfs路径下原文件。 ## Matplotlib ## 关于matplotlib的相关文章收录于[前置机器学习系列](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzUxMjU4NjI4MQ==&action=getalbum&album_id=1627166768236412929&scene=173&from_msgid=2247484075&from_itemidx=1&count=3#wechat_redirect)。 ![](images/matplotlib.png) ## Scikit-Learn ## ![](images/scikit.png) ## spaCy ## ![](images/spaCy.png) ## Bokeh ## ![](images/bokeh.png) # 数学 # ## 概率论 ## ![](images/probability.png) 篇幅关系,以上仅为部分`概率论`速查表图片,请参考本项目./pdfs路径下原文件。 ## 线性代数 ## ![](images/linear-algebra.png) 篇幅关系,以上仅为部分`线性代数`速查表图片,请参考本项目./pdfs路径下原文件。 ## 统计学 ## ![](images/stats.png) 篇幅关系,以上仅为部分`统计学`速查表图片,请参考本项目./pdfs路径下原文件。 ## 微积分 ## ![](images/calculus.png) 篇幅关系,以上仅为部分`微积分`速查表图片,请参考本项目./pdfs路径下原文件。