Skip to content

Commit

Permalink
更新 python 的支持版本
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangzhonglian authored Dec 22, 2020
1 parent 9e28870 commit b16322f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@ ailearning <port>

## 1.机器学习 - 基础

> 支持版本
| Version | Supported |
| ------- | ------------------ |
| 3.6.x | :x: |
| 2.7.x | :white_check_mark: |

注意事项:

- 机器学习实战: 仅仅只是学习,请使用 python 2.7.x 版本 (3.6.x 只是修改了部分)

### 基本介绍

* 资料来源: Machine Learning in Action(机器学习实战-个人笔记)
Expand Down Expand Up @@ -156,6 +167,13 @@ ailearning <port>

## 2.深度学习

> 支持版本
| Version | Supported |
| ------- | ------------------ |
| 3.6.x | :white_check_mark: |
| 2.7.x | :x: |

### 入门基础

1. [反向传递](/docs/dl/反向传递.md): https://www.cnblogs.com/charlotte77/p/5629865.html
Expand Down Expand Up @@ -199,6 +217,13 @@ TensorFlow 2.0学习网址

## 3.自然语言处理

> 支持版本
| Version | Supported |
| ------- | ------------------ |
| 3.6.x | :white_check_mark: |
| 2.7.x | :x: |

学习过程中-内心复杂的变化!!!

```python
Expand Down

0 comments on commit b16322f

Please sign in to comment.