收藏|AI、深度学习、神经网络、大数据备忘录(附资料)
来源: 专知
本文多图,建议阅读10+分钟。
本文涵盖了神经网络结构、机器学习、TensorFlow、Pandas、Numpy、Python、Scikit-Learn、Scipy等的基本概念与使用方法。
神经网络
神经网络图
机器学习概览
机器学习:Scikit-learn算法
这个部分展示了Scikit-learn中每个算法的适用范围及优缺点,可以帮你快速找到解决问题的方法。
Scikit-learn
Scikit-learn(以前称为scikits.learn)是机器学习库。 它具有各种分类,回归和聚类算法,包括支持向量机,随机森林,梯度增强,k-means和DBSCAN等。
机器学习:算法
Microsoft Azure的这款机器学习备忘单将帮助您为预测分析解决方案选择合适的机器学习算法。
数据科学中的Python
TensorFlow
Keras
2017年,Google的TensorFlow团队决定在TensorFlow的核心库中支持Keras。 Chollet解释说,Keras被认为是一个界面而不是端到端的机器学习框架。 它提供了更高级别,更直观的抽象集,无论后端科学计算库如何,都可以轻松配置神经网络。
NumPy
NumPy通过提供多维数组以及在数组上高效运行的函数和运算符来提高运算效率,需要重写一些代码,主要是使用NumPy的内部循环。
Pandas
“Pandas”这个名称来自术语““panel data ”,这是一个多维结构化数据集的计量经济学术语。
数据清洗
Data Wrangling 是一款好用的数据清洗软件。
dplyr 和tidyr
SciPy
SciPy建立在NumPy数组对象之上,是NumPy工具集的一部分。
Matplotlib
数据可视化
PySpark
Big-O
各种算法的复杂度
参考资料
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
原文链接:
https://becominghuman.ai/cheat-sheets-for-ai-neural-networks-machine-learning-deep-learning-big-data-678c51b4b463
运营人员:冉小山