ai cheat sheet

栏目: Python · 发布时间: 5年前

内容简介:在过去的几个月里,我一直在收集AI备忘单。我不时与朋友和同事分享这些内容,最近我被问到很多,所以我决定组织和分享整个系列。为了使事情更有趣并给出上下文,我为每个主要主题添加了描述和/或摘录。这是最完整的列表,Big-O就在最后,享受吧……注意!这可能是相关领域最全的的一份速查表,文末还列出了各种算法的复杂度统计。 神经网络

在过去的几个月里,我一直在收集AI备忘单。我不时与朋友和同事分享这些内容,最近我被问到很多,所以我决定组织和分享整个系列。为了使事情更有趣并给出上下文,我为每个主要主题添加了描述和/或摘录。

这是最完整的列表,Big-O就在最后,享受吧……

如果你喜欢这个列表,可以告诉我  。

注意!这可能是相关领域最全的的一份速查表,文末还列出了各种算法的复杂度统计。 神经网络

ai cheat sheet

神经网络图

ai cheat sheet

ai cheat sheet

ai cheat sheet

机器学习概览

ai cheat sheet

机器学习:Scikit-learn算法

这个部分展示了Scikit-learn中每个算法的适用范围及优缺点,可以帮你快速找到解决问题的方法。

ai cheat sheet

Scikit-learn

Scikit-learn(以前称为scikits.learn)是机器学习库。 它具有各种分类,回归和聚类算法,包括支持向量机,随机森林,梯度增强,k-means和DBSCAN等。

ai cheat sheet

机器学习:算法

Microsoft Azure的这款机器学习备忘单将帮助您为预测分析解决方案选择合适的机器学习算法。

ai cheat sheet

数据科学中的Python

ai cheat sheet

ai cheat sheet

TensorFlow

ai cheat sheet

Keras

2017年,Google的TensorFlow团队决定在TensorFlow的核心库中支持Keras。 Chollet解释说,Keras被认为是一个界面而不是端到端的机器学习框架。 它提供了更高级别,更直观的抽象集,无论后端科学计算库如何,都可以轻松配置神经网络。

ai cheat sheet

NumPy

NumPy通过提供多维数组以及在数组上高效运行的函数和运算符来提高运算效率,需要重写一些代码,主要是使用NumPy的内部循环。

ai cheat sheet

Pandas

“Pandas”这个名称来自术语““panel data ”,这是一个多维结构化数据集的计量经济学术语。

ai cheat sheet

数据清洗

Data Wrangling 是一款好用的数据清洗软件

ai cheat sheet

ai cheat sheet

dplyr 和tidyr

ai cheat sheet

ai cheat sheet

SciPy

SciPy建立在NumPy数组对象之上,是NumPy工具集的一部分

ai cheat sheet

Matplotlib

ai cheat sheet

数据可视化

ai cheat sheet

ai cheat sheet

PySpark

ai cheat sheet

Big-O

各种算法的复杂度

ai cheat sheet

ai cheat sheet

ai cheat sheet

ai cheat sheet

参考资料:

Big-O Algorithm Cheat Sheet:

http://bigocheatsheet.com/

Bokeh Cheat Sheet:

https://s3.amazonaws.com/assets.datacamp.com/blog_assets/Python_Bokeh_Cheat_Sheet.pdf

Data Science Cheat Sheet:

https://www.datacamp.com/community/tutorials/python-data-science-cheat-sheet-basics

Data Wrangling Cheat Sheet:

https://www.rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf

Data Wrangling:

https://en.wikipedia.org/wiki/Data_wrangling

Ggplot Cheat Sheet:

https://www.rstudio.com/wp-content/uploads/2015/03/ggplot2-cheatsheet.pdf

Keras Cheat Sheet:

https://www.datacamp.com/community/blog/keras-cheat-sheet#gs.DRKeNMs

Keras:

https://en.wikipedia.org/wiki/Keras

Machine Learning Cheat Sheet:

https://ai.icymi.email/new-machinelearning-cheat-sheet-by-emily-barry-abdsc/

Machine Learning Cheat Sheet:

https://docs.microsoft.com/en-in/azure/machine-learning/machine-learning-algorithm-cheat-sheet

ML Cheat Sheet:

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

Matplotlib Cheat Sheet:

https://www.datacamp.com/community/blog/python-matplotlib-cheat-sheet#gs.uEKySpY

Matpotlib:

https://en.wikipedia.org/wiki/Matplotlib

Neural Networks Cheat Sheet:

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

Neural Networks Graph Cheat Sheet:

http://www.asimovinstitute.org/blog/

Neural Networks:

https://www.quora.com/Where-can-find-a-cheat-sheet-for-neural-network

Numpy Cheat Sheet:

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

NumPy:

https://en.wikipedia.org/wiki/NumPy

Pandas Cheat Sheet:

https://www.datacamp.com/community/blog/python-pandas-cheat-sheet#gs.oundfxM

Pandas:

https://en.wikipedia.org/wiki/Pandas_(software)

Pandas Cheat Sheet:

https://www.datacamp.com/community/blog/pandas-cheat-sheet-python#gs.HPFoRIc

Pyspark Cheat Sheet:

https://www.datacamp.com/community/blog/pyspark-cheat-sheet-python#gs.L=J1zxQ

Scikit Cheat Sheet:

https://www.datacamp.com/community/blog/scikit-learn-cheat-sheet

Scikit-learn:

https://en.wikipedia.org/wiki/Scikit-learn

Scikit-learn Cheat Sheet:

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

Scipy Cheat Sheet:

https://www.datacamp.com/community/blog/python-scipy-cheat-sheet#gs.JDSg3OI

SciPy:

https://en.wikipedia.org/wiki/SciPy

TesorFlow Cheat Sheet:

https://www.altoros.com/tensorflow-cheat-sheet.html

Tensor Flow:

https://en.wikipedia.org/wiki/TensorFlow

今天头晕,嗓子疼,眼睛痛,总之是各种的不舒服,找了个 CheatSheet 大全转载一下。

原文: https://becominghuman.ai/cheat-sheets-for-ai-neural-networks-machine-learning-deep-learning-big-data-678c51b4b463 作者: Stefan Kojouharov


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

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

中国网络媒体的第一个十年

中国网络媒体的第一个十年

彭兰 / 清华大学出版社 / 2005-7 / 35.00元

此书对中国网络媒体的第一个十年这一重要的历史阶段首次进行了全景式、全程式的历史记录,并进行了全面深入的研究,在一定程度上填补了中国网络媒体发展史宏观研究方面的空白。对于网络新闻传播的研究,以及当代中国媒体发展的研究.具有重要的意义。 ——方汉奇 图书目录 绪论 1 第一章 投石问路:中国网络媒体萌芽(1994一1995年) 9 第一节 从实验室走向市场:互联网兴起 10 ......一起来看看 《中国网络媒体的第一个十年》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具