File tree 8 files changed +20
-4
lines changed
8 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,10 @@ conda update anaconda
168
168
- [ 09. ** Theano** ] (09. theano)
169
169
- [09.01 Theano 简介及其安装](09. theano/09.01 introduction and installation.ipynb)
170
170
- [09.02 Theano 基础](09. theano/09.02 theano basics.ipynb)
171
+ - [09.03 Windows 上配置 theano 的 GPU 模式](09. theano/09.03 gpu on windows.ipynb)
172
+ - [09.04 线性回归](09. theano/09.04 linear regression.ipynb)
173
+ - [09.05 logistic 回归](09. theano/09.05 logistic regression .ipynb)
174
+ - [09.06 符号图结构](09. theano/09.06 graph structures.ipynb)
171
175
- [ 10. ** 有趣的主题** ] (10. something interesting)
172
176
- [10.01 使用 basemap 画地图](10. something interesting/10.01 maps using basemap.ipynb)
173
- - [10.02 使用 cartopy 画地图](10. something interesting/10.02 maps using cartopy.ipynb)
177
+ - [10.02 使用 cartopy 画地图](10. something interesting/10.02 maps using cartopy.ipynb)
Original file line number Diff line number Diff line change 122
122
"execution_count" : 6 ,
123
123
"metadata" : {
124
124
"collapsed" : false ,
125
- "scrolled" : true
125
+ "scrolled" : false
126
126
},
127
127
"outputs" : [
128
128
{
243
243
" 09. Theano\n " ,
244
244
" 09.01 Theano 简介及其安装\n " ,
245
245
" 09.02 Theano 基础\n " ,
246
+ " 09.03 Windows 上配置 theano 的 GPU 模式\n " ,
247
+ " 09.04 线性回归\n " ,
248
+ " 09.05 logistic 回归\n " ,
249
+ " 09.06 符号图结构\n " ,
246
250
" 10. 有趣的主题\n " ,
247
251
" 10.01 使用 basemap 画地图\n " ,
248
252
" 10.02 使用 cartopy 画地图\n "
305
309
"name" : " python" ,
306
310
"nbconvert_exporter" : " python" ,
307
311
"pygments_lexer" : " ipython2" ,
308
- "version" : " 2.7.10 "
312
+ "version" : " 2.7.9 "
309
313
}
310
314
},
311
315
"nbformat" : 4 ,
Original file line number Diff line number Diff line change 188
188
" - [09. **Theano**](09. theano)\n " ,
189
189
" \t - [09.01 Theano 简介及其安装](09. theano/09.01 introduction and installation.ipynb)\n " ,
190
190
" \t - [09.02 Theano 基础](09. theano/09.02 theano basics.ipynb)\n " ,
191
+ " \t - [09.03 Windows 上配置 theano 的 GPU 模式](09. theano/09.03 gpu on windows.ipynb)\n " ,
192
+ " \t - [09.04 线性回归](09. theano/09.04 linear regression.ipynb)\n " ,
193
+ " \t - [09.05 logistic 回归](09. theano/09.05 logistic regression .ipynb)\n " ,
194
+ " \t - [09.06 符号图结构](09. theano/09.06 graph structures.ipynb)\n " ,
191
195
" - [10. **有趣的主题**](10. something interesting)\n " ,
192
196
" \t - [10.01 使用 basemap 画地图](10. something interesting/10.01 maps using basemap.ipynb)\n " ,
193
197
" \t - [10.02 使用 cartopy 画地图](10. something interesting/10.02 maps using cartopy.ipynb)\n "
210
214
"name" : " python" ,
211
215
"nbconvert_exporter" : " python" ,
212
216
"pygments_lexer" : " ipython2" ,
213
- "version" : " 2.7.10 "
217
+ "version" : " 2.7.9 "
214
218
}
215
219
},
216
220
"nbformat" : 4 ,
Original file line number Diff line number Diff line change 112
112
- [ 09. ** Theano** ] (09. theano)
113
113
- [09.01 Theano 简介及其安装](09. theano/09.01 introduction and installation.ipynb)
114
114
- [09.02 Theano 基础](09. theano/09.02 theano basics.ipynb)
115
+ - [09.03 Windows 上配置 theano 的 GPU 模式](09. theano/09.03 gpu on windows.ipynb)
116
+ - [09.04 线性回归](09. theano/09.04 linear regression.ipynb)
117
+ - [09.05 logistic 回归](09. theano/09.05 logistic regression .ipynb)
118
+ - [09.06 符号图结构](09. theano/09.06 graph structures.ipynb)
115
119
- [ 10. ** 有趣的主题** ] (10. something interesting)
116
120
- [10.01 使用 basemap 画地图](10. something interesting/10.01 maps using basemap.ipynb)
117
121
- [10.02 使用 cartopy 画地图](10. something interesting/10.02 maps using cartopy.ipynb)
You can’t perform that action at this time.
0 commit comments