Skip to content

Commit

Permalink
Merge pull request #1 from MLEveryday/master
Browse files Browse the repository at this point in the history
1
  • Loading branch information
amusi authored Dec 12, 2018
2 parents 430cccf + a91c3bd commit c359e16
Show file tree
Hide file tree
Showing 2 changed files with 1,602 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# AI实战-[practicalAI](https://github.com/GokuMohandas/practicalAI) 中文版
[![Colab](https://img.shields.io/badge/launch-Google%20Colab-orange.svg)](https://github.com/GokuMohandas/practicalAI#notebooks)
[![MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/GokuMohandas/practicalAI/blob/master/LICENSE)

让你有能力使用机器学习从数据中获取有价值的见解。
- 🔥 使用 [PyTorch](https://pytorch.org/) 实现基本的机器学习算法和深度神经网络。
Expand All @@ -13,7 +15,7 @@
|🔢 [NumPy](https://colab.research.google.com/github/MLEveryday/practicalAI-cn/blob/master/notebooks/02_NumPy.ipynb)|🔎 [数据和模型 Data & Models](https://colab.research.google.com/github/MLEveryday/practicalAI-cn/blob/master/notebooks/09_Data_and_Models.ipynb)|🔮 自编码器 Autoencoders|🏘️ Topic Modeling|
| 🐼 [Pandas](https://colab.research.google.com/github/MLEveryday/practicalAI-cn/blob/master/notebooks/03_Pandas.ipynb) |📦 [面向对象的机器学习 Object-Oriented ML](https://colab.research.google.com/github/MLEveryday/practicalAI-cn/blob/master/notebooks/10_Object_Oriented_ML.ipynb)|🎭 生成对抗网络 Generative Adversarial Networks|🛒 推荐系统 Recommendation Systems|
|📈 [线性回归 Linear Regression](https://colab.research.google.com/github/MLEveryday/practicalAI-cn/blob/master/notebooks/04_Linear_Regression.ipynb)|🖼️ [卷积神经网络 Convolutional Neural Networks](https://colab.research.google.com/github/MLEveryday/practicalAI-cn/blob/master/notebooks/11_Convolutional_Neural_Networks.ipynb)|🐝 空间变换模型 Spatial Transformer Networks|🗣️ 预训练语言模型 Pretrained Language Modeling|
|📊 [Logistic Regression](https://colab.research.google.com/github/MLEveryday/practicalAI-cn/blob/master/notebooks/05_Logistic_Regression.ipynb)|📝 [嵌入层 Embeddings](https://colab.research.google.com/github/MLEveryday/practicalAI-cn/blob/master/notebooks/12_Embeddings.ipynb)||🤷 多任务学习 Multitask Learning|
|📊 [逻辑回归 Logistic Regression](https://colab.research.google.com/github/MLEveryday/practicalAI-cn/blob/master/notebooks/05_Logistic_Regression.ipynb)|📝 [嵌入层 Embeddings](https://colab.research.google.com/github/MLEveryday/practicalAI-cn/blob/master/notebooks/12_Embeddings.ipynb)||🤷 多任务学习 Multitask Learning|
|🌳 [随机森林 Random Forests](https://colab.research.google.com/github/MLEveryday/practicalAI-cn/blob/master/notebooks/06_Random_Forests.ipynb)|📗 [递归神经网络 Recurrent Neural Networks](https://colab.research.google.com/github/MLEveryday/practicalAI-cn/blob/master/notebooks/13_Recurrent_Neural_Networks.ipynb)||🎯 Low Shot Learning|
|💥 k-均值聚类 KMeans Clustering|||🍒 强化学习 Reinforcement Learning|

Expand Down
Loading

0 comments on commit c359e16

Please sign in to comment.