Skip to content

Commit 9807604

Browse files
committed
Merge branch 'feature/theano-update' into develop
* feature/theano-update: Add link to associated slides to intro to theano notebook. Fix typo in intro to scan in Theano notebook.
2 parents 57ef173 + 25f332b commit 9807604

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

deep-learning/theano-tutorial/intro_theano/intro_theano.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"\n",
99
"Credits: Forked from [summerschool2015](https://github.com/mila-udem/summerschool2015) by mila-udem\n",
1010
"\n",
11-
"# Overview\n",
11+
"## Slides\n",
12+
"\n",
13+
"Refer to the associated [Introduction to Theano slides](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/theano-tutorial/intro_theano/intro_theano.pdf) and use this notebook for hands-on practice of the concepts.\n",
1214
"\n",
1315
"## Basic usage\n",
1416
"\n",

deep-learning/theano-tutorial/scan_tutorial/scan_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Introduction to Scan Theano\n",
7+
"# Introduction to Scan in Theano\n",
88
"\n",
99
"Credits: Forked from [summerschool2015](https://github.com/mila-udem/summerschool2015) by mila-udem\n",
1010
"\n",

0 commit comments

Comments
 (0)