|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: "ai cheat sheet" |
| 4 | +author: iosdevlog |
| 5 | +date: 2019-01-07 23:06:04 +0800 |
| 6 | +description: "" |
| 7 | +category: |
| 8 | +tags: [] |
| 9 | +--- |
| 10 | + |
| 11 | +在过去的几个月里,我一直在收集AI备忘单。我不时与朋友和同事分享这些内容,最近我被问到很多,所以我决定组织和分享整个系列。为了使事情更有趣并给出上下文,我为每个主要主题添加了描述和/或摘录。 |
| 12 | + |
| 13 | +这是最完整的列表,Big-O就在最后,享受吧...... |
| 14 | + |
| 15 | +#### 如果你喜欢这个列表,可以[在这里](https://twitter.com/intent/tweet?url=https%3A%2F%2Fbecominghuman.ai%2Fcheat-sheets-for-ai-neural-networks-machine-learning-deep-learning-big-data-678c51b4b463&text=Thanks%20@kojouharov%20for%20the%20AI%20%26%20Machine%20Learning%20Cheat%20Sheet%20&hashtags=%23ai%20%23machinelearning%20%23cheatsheets)告诉我 。 |
| 16 | + |
| 17 | + |
| 18 | +注意!这可能是相关领域最全的的一份速查表,文末还列出了各种算法的复杂度统计。 |
| 19 | +神经网络 |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | +神经网络图 |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | +机器学习概览 |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | +机器学习:Scikit-learn算法 |
| 36 | + |
| 37 | +这个部分展示了Scikit-learn中每个算法的适用范围及优缺点,可以帮你快速找到解决问题的方法。 |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | +Scikit-learn |
| 42 | + |
| 43 | +Scikit-learn(以前称为scikits.learn)是机器学习库。 它具有各种分类,回归和聚类算法,包括支持向量机,随机森林,梯度增强,k-means和DBSCAN等。 |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | +机器学习:算法 |
| 48 | + |
| 49 | +Microsoft Azure的这款机器学习备忘单将帮助您为预测分析解决方案选择合适的机器学习算法。 |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | +数据科学中的Python |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | +TensorFlow |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | +Keras |
| 64 | + |
| 65 | +2017年,Google的TensorFlow团队决定在TensorFlow的核心库中支持Keras。 Chollet解释说,Keras被认为是一个界面而不是端到端的机器学习框架。 它提供了更高级别,更直观的抽象集,无论后端科学计算库如何,都可以轻松配置神经网络。 |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | +NumPy |
| 70 | + |
| 71 | +NumPy通过提供多维数组以及在数组上高效运行的函数和运算符来提高运算效率,需要重写一些代码,主要是使用NumPy的内部循环。 |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | +Pandas |
| 76 | + |
| 77 | +“Pandas”这个名称来自术语““panel data ”,这是一个多维结构化数据集的计量经济学术语。 |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | +数据清洗 |
| 82 | + |
| 83 | +Data Wrangling 是一款好用的数据清洗软件 |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | +dplyr 和tidyr |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | +SciPy |
| 96 | + |
| 97 | +SciPy建立在NumPy数组对象之上,是NumPy工具集的一部分 |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | +Matplotlib |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | +数据可视化 |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | +PySpark |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | +Big-O |
| 116 | + |
| 117 | +各种算法的复杂度 |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | +参考资料: |
| 128 | + |
| 129 | +Big-O Algorithm Cheat Sheet: |
| 130 | + |
| 131 | + http://bigocheatsheet.com/ |
| 132 | + |
| 133 | +Bokeh Cheat Sheet: |
| 134 | + |
| 135 | +https://s3.amazonaws.com/assets.datacamp.com/blog_assets/Python_Bokeh_Cheat_Sheet.pdf |
| 136 | + |
| 137 | +Data Science Cheat Sheet: |
| 138 | + |
| 139 | + https://www.datacamp.com/community/tutorials/python-data-science-cheat-sheet-basics |
| 140 | + |
| 141 | +Data Wrangling Cheat Sheet: |
| 142 | + |
| 143 | + https://www.rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf |
| 144 | + |
| 145 | +Data Wrangling: |
| 146 | + |
| 147 | + https://en.wikipedia.org/wiki/Data_wrangling |
| 148 | + |
| 149 | +Ggplot Cheat Sheet: |
| 150 | + |
| 151 | +https://www.rstudio.com/wp-content/uploads/2015/03/ggplot2-cheatsheet.pdf |
| 152 | + |
| 153 | +Keras Cheat Sheet: |
| 154 | + |
| 155 | + https://www.datacamp.com/community/blog/keras-cheat-sheet#gs.DRKeNMs |
| 156 | + |
| 157 | +Keras: |
| 158 | + |
| 159 | +https://en.wikipedia.org/wiki/Keras |
| 160 | + |
| 161 | +Machine Learning Cheat Sheet: |
| 162 | + |
| 163 | + https://ai.icymi.email/new-machinelearning-cheat-sheet-by-emily-barry-abdsc/ |
| 164 | + |
| 165 | +Machine Learning Cheat Sheet: |
| 166 | + |
| 167 | +https://docs.microsoft.com/en-in/azure/machine-learning/machine-learning-algorithm-cheat-sheet |
| 168 | + |
| 169 | +ML Cheat Sheet: |
| 170 | + |
| 171 | +http://peekaboo-vision.blogspot.com/2013/01/machine-learning-cheat-sheet-for-scikit.html |
| 172 | + |
| 173 | +Matplotlib Cheat Sheet: |
| 174 | + |
| 175 | +https://www.datacamp.com/community/blog/python-matplotlib-cheat-sheet#gs.uEKySpY |
| 176 | + |
| 177 | +Matpotlib: |
| 178 | + |
| 179 | +https://en.wikipedia.org/wiki/Matplotlib |
| 180 | + |
| 181 | +Neural Networks Cheat Sheet: |
| 182 | + |
| 183 | + http://www.asimovinstitute.org/neural-network-zoo/ |
| 184 | + |
| 185 | +Neural Networks Graph Cheat Sheet: |
| 186 | + |
| 187 | + http://www.asimovinstitute.org/blog/ |
| 188 | + |
| 189 | +Neural Networks: |
| 190 | + |
| 191 | +https://www.quora.com/Where-can-find-a-cheat-sheet-for-neural-network |
| 192 | + |
| 193 | +Numpy Cheat Sheet: |
| 194 | + |
| 195 | +https://www.datacamp.com/community/blog/python-numpy-cheat-sheet#gs.AK5ZBgE |
| 196 | + |
| 197 | +NumPy: |
| 198 | + |
| 199 | +https://en.wikipedia.org/wiki/NumPy |
| 200 | + |
| 201 | +Pandas Cheat Sheet: |
| 202 | + |
| 203 | +https://www.datacamp.com/community/blog/python-pandas-cheat-sheet#gs.oundfxM |
| 204 | + |
| 205 | +Pandas: |
| 206 | + |
| 207 | +https://en.wikipedia.org/wiki/Pandas_(software) |
| 208 | + |
| 209 | +Pandas Cheat Sheet: |
| 210 | + |
| 211 | +https://www.datacamp.com/community/blog/pandas-cheat-sheet-python#gs.HPFoRIc |
| 212 | + |
| 213 | +Pyspark Cheat Sheet: |
| 214 | + |
| 215 | +https://www.datacamp.com/community/blog/pyspark-cheat-sheet-python#gs.L=J1zxQ |
| 216 | + |
| 217 | +Scikit Cheat Sheet: |
| 218 | + |
| 219 | +https://www.datacamp.com/community/blog/scikit-learn-cheat-sheet |
| 220 | + |
| 221 | +Scikit-learn: |
| 222 | + |
| 223 | + https://en.wikipedia.org/wiki/Scikit-learn |
| 224 | + |
| 225 | +Scikit-learn Cheat Sheet: |
| 226 | + |
| 227 | +http://peekaboo-vision.blogspot.com/2013/01/machine-learning-cheat-sheet-for-scikit.html |
| 228 | + |
| 229 | +Scipy Cheat Sheet: |
| 230 | + |
| 231 | +https://www.datacamp.com/community/blog/python-scipy-cheat-sheet#gs.JDSg3OI |
| 232 | + |
| 233 | +SciPy: |
| 234 | + |
| 235 | +https://en.wikipedia.org/wiki/SciPy |
| 236 | + |
| 237 | +TesorFlow Cheat Sheet: |
| 238 | + |
| 239 | +https://www.altoros.com/tensorflow-cheat-sheet.html |
| 240 | + |
| 241 | +Tensor Flow: |
| 242 | + |
| 243 | +https://en.wikipedia.org/wiki/TensorFlow |
| 244 | + |
| 245 | +--- |
| 246 | + |
| 247 | +今天头晕,嗓子疼,眼睛痛,总之是各种的不舒服,找了个 `CheatSheet` 大全转载一下。 |
| 248 | + |
| 249 | +原文:<https://becominghuman.ai/cheat-sheets-for-ai-neural-networks-machine-learning-deep-learning-big-data-678c51b4b463> |
| 250 | +作者: [Stefan Kojouharov](https://becominghuman.ai/@kojouharov) |
| 251 | + |
0 commit comments