Commit b16322f 1 parent 9e28870 commit b16322f Copy full SHA for b16322f
File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,17 @@ ailearning <port>
71
71
72
72
## 1.机器学习 - 基础
73
73
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
+
74
85
### 基本介绍
75
86
76
87
* 资料来源: Machine Learning in Action(机器学习实战-个人笔记)
@@ -156,6 +167,13 @@ ailearning <port>
156
167
157
168
## 2.深度学习
158
169
170
+ > 支持版本
171
+
172
+ | Version | Supported |
173
+ | ------- | ------------------ |
174
+ | 3.6.x | :white_check_mark : |
175
+ | 2.7.x | :x : |
176
+
159
177
### 入门基础
160
178
161
179
1 . [ 反向传递] ( /docs/dl/反向传递.md ) : https://www.cnblogs.com/charlotte77/p/5629865.html
@@ -199,6 +217,13 @@ TensorFlow 2.0学习网址
199
217
200
218
## 3.自然语言处理
201
219
220
+ > 支持版本
221
+
222
+ | Version | Supported |
223
+ | ------- | ------------------ |
224
+ | 3.6.x | :white_check_mark : |
225
+ | 2.7.x | :x : |
226
+
202
227
学习过程中-内心复杂的变化!!!
203
228
204
229
``` python
You can’t perform that action at this time.
0 commit comments