Skip to content

Commit 3324b50

Browse files
committed
更新到09.06
1 parent e954333 commit 3324b50

File tree

8 files changed

+20
-4
lines changed

8 files changed

+20
-4
lines changed

09. theano/apply1.png

17 KB
Loading

09. theano/apply2.png

26.4 KB
Loading

09. theano/apply_no_opti.png

35.8 KB
Loading

09. theano/apply_opti.png

18.3 KB
Loading

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ conda update anaconda
168168
- [09. **Theano**](09. theano)
169169
- [09.01 Theano 简介及其安装](09. theano/09.01 introduction and installation.ipynb)
170170
- [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)
171175
- [10. **有趣的主题**](10. something interesting)
172176
- [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)

generate index.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"execution_count": 6,
123123
"metadata": {
124124
"collapsed": false,
125-
"scrolled": true
125+
"scrolled": false
126126
},
127127
"outputs": [
128128
{
@@ -243,6 +243,10 @@
243243
"09. Theano\n",
244244
" 09.01 Theano 简介及其安装\n",
245245
" 09.02 Theano 基础\n",
246+
" 09.03 Windows 上配置 theano 的 GPU 模式\n",
247+
" 09.04 线性回归\n",
248+
" 09.05 logistic 回归\n",
249+
" 09.06 符号图结构\n",
246250
"10. 有趣的主题\n",
247251
" 10.01 使用 basemap 画地图\n",
248252
" 10.02 使用 cartopy 画地图\n"
@@ -305,7 +309,7 @@
305309
"name": "python",
306310
"nbconvert_exporter": "python",
307311
"pygments_lexer": "ipython2",
308-
"version": "2.7.10"
312+
"version": "2.7.9"
309313
}
310314
},
311315
"nbformat": 4,

index.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@
188188
"- [09. **Theano**](09. theano)\n",
189189
"\t - [09.01 Theano 简介及其安装](09. theano/09.01 introduction and installation.ipynb)\n",
190190
"\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",
191195
"- [10. **有趣的主题**](10. something interesting)\n",
192196
"\t - [10.01 使用 basemap 画地图](10. something interesting/10.01 maps using basemap.ipynb)\n",
193197
"\t - [10.02 使用 cartopy 画地图](10. something interesting/10.02 maps using cartopy.ipynb)\n"
@@ -210,7 +214,7 @@
210214
"name": "python",
211215
"nbconvert_exporter": "python",
212216
"pygments_lexer": "ipython2",
213-
"version": "2.7.10"
217+
"version": "2.7.9"
214218
}
215219
},
216220
"nbformat": 4,

index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@
112112
- [09. **Theano**](09. theano)
113113
- [09.01 Theano 简介及其安装](09. theano/09.01 introduction and installation.ipynb)
114114
- [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)
115119
- [10. **有趣的主题**](10. something interesting)
116120
- [10.01 使用 basemap 画地图](10. something interesting/10.01 maps using basemap.ipynb)
117121
- [10.02 使用 cartopy 画地图](10. something interesting/10.02 maps using cartopy.ipynb)

0 commit comments

Comments
 (0)