美文网首页Machine Learning
(转)人工智能、神经网络、机器学习、深度学习和大数据领域覆盖最全

(转)人工智能、神经网络、机器学习、深度学习和大数据领域覆盖最全

作者: iOSDevLog | 来源:发表于2019-01-07 23:05 被阅读247次

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

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

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

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

    image

    神经网络图

    image image image

    机器学习概览

    image

    机器学习:Scikit-learn算法

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

    image

    Scikit-learn

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

    image

    机器学习:算法

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

    image

    数据科学中的Python

    image image

    TensorFlow

    image

    Keras

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

    image

    NumPy

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

    image

    Pandas

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

    image

    数据清洗

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

    image image

    dplyr 和tidyr

    image image

    SciPy

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

    image

    Matplotlib

    image

    数据可视化

    image image

    PySpark

    image

    Big-O

    各种算法的复杂度

    image image image image

    参考资料:

    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

    相关文章

      网友评论

        本文标题:(转)人工智能、神经网络、机器学习、深度学习和大数据领域覆盖最全

        本文链接:https://www.haomeiwen.com/subject/fvhmrqtx.html