From cb7c899ec60e2bd022c50119cefc1bb9419a0db6 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Wed, 30 Dec 2015 05:56:05 -0500 Subject: [PATCH 1/2] Fix typo in intro to scan in Theano notebook. --- deep-learning/theano-tutorial/scan_tutorial/scan_tutorial.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deep-learning/theano-tutorial/scan_tutorial/scan_tutorial.ipynb b/deep-learning/theano-tutorial/scan_tutorial/scan_tutorial.ipynb index 5827dad..495ae49 100644 --- a/deep-learning/theano-tutorial/scan_tutorial/scan_tutorial.ipynb +++ b/deep-learning/theano-tutorial/scan_tutorial/scan_tutorial.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Introduction to Scan Theano\n", + "# Introduction to Scan in Theano\n", "\n", "Credits: Forked from [summerschool2015](https://github.com/mila-udem/summerschool2015) by mila-udem\n", "\n", From 25f332b1a91e7a856c50260b048ae5de4dec4a3a Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Wed, 30 Dec 2015 05:56:49 -0500 Subject: [PATCH 2/2] Add link to associated slides to intro to theano notebook. --- deep-learning/theano-tutorial/intro_theano/intro_theano.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deep-learning/theano-tutorial/intro_theano/intro_theano.ipynb b/deep-learning/theano-tutorial/intro_theano/intro_theano.ipynb index 12203b3..6a01ca3 100644 --- a/deep-learning/theano-tutorial/intro_theano/intro_theano.ipynb +++ b/deep-learning/theano-tutorial/intro_theano/intro_theano.ipynb @@ -8,7 +8,9 @@ "\n", "Credits: Forked from [summerschool2015](https://github.com/mila-udem/summerschool2015) by mila-udem\n", "\n", - "# Overview\n", + "## Slides\n", + "\n", + "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", "\n", "## Basic usage\n", "\n",