Skip to content

Commit b16322f

Browse files
更新 python 的支持版本
1 parent 9e28870 commit b16322f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,17 @@ ailearning <port>
7171

7272
## 1.机器学习 - 基础
7373

74+
> 支持版本
75+
76+
| Version | Supported |
77+
| ------- | ------------------ |
78+
| 3.6.x | :x: |
79+
| 2.7.x | :white_check_mark: |
80+
81+
注意事项:
82+
83+
- 机器学习实战: 仅仅只是学习,请使用 python 2.7.x 版本 (3.6.x 只是修改了部分)
84+
7485
### 基本介绍
7586

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

157168
## 2.深度学习
158169

170+
> 支持版本
171+
172+
| Version | Supported |
173+
| ------- | ------------------ |
174+
| 3.6.x | :white_check_mark: |
175+
| 2.7.x | :x: |
176+
159177
### 入门基础
160178

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

200218
## 3.自然语言处理
201219

220+
> 支持版本
221+
222+
| Version | Supported |
223+
| ------- | ------------------ |
224+
| 3.6.x | :white_check_mark: |
225+
| 2.7.x | :x: |
226+
202227
学习过程中-内心复杂的变化!!!
203228

204229
```python

0 commit comments

Comments
 (0)