From 36ec511d60746bde1d0e3905944760c92068675d Mon Sep 17 00:00:00 2001 From: Simon Lefrancois Date: Tue, 11 Jul 2017 10:30:57 -0400 Subject: [PATCH 1/2] add link to github --- doc/index.txt | 4 +++- doc/rnnrbm.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/index.txt b/doc/index.txt index 68a18ec5..e01e79fc 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -25,7 +25,9 @@ training them on a GPU. The algorithm tutorials have some prerequisites. You should know some python, and be familiar with numpy. Since this tutorial is about using Theano, you should read over the `Theano basic tutorial`_ first. Once you've done that, -read through our :ref:`gettingstarted` chapter -- it introduces the notation, and [downloadable] datasets used in the algorithm tutorials, and the way we do optimization by stochastic gradient descent. +read through our :ref:`gettingstarted` chapter -- it introduces the notation, and downloadable datasets used in the algorithm tutorials, and the way we do optimization by stochastic gradient descent. + +The code is available on the `Deep Learning Tutorial repositories `_. The purely supervised learning algorithms are meant to be read in order: diff --git a/doc/rnnrbm.txt b/doc/rnnrbm.txt index d64a0c4a..75e681f8 100644 --- a/doc/rnnrbm.txt +++ b/doc/rnnrbm.txt @@ -17,7 +17,7 @@ Modeling and generating sequences of polyphonic music with the RNN-RBM The script also assumes that the content of the `Nottingham Database of folk tunes `_ has been extracted in the ``../data`` directory. Alternative MIDI datasets are available `here `_. - Note that both dependencies above can be setup automatically by running the ``download.sh`` script in the ``../data`` directory. + Note that both dependencies above can be setup automatically by running the `download.sh `_ script in the ``../data`` directory of the `Deep Learning Tutorials repository `_. .. caution:: Need Theano 0.6 or more recent. From 81f257524079efc2c553beba0829c8a23d1a33d3 Mon Sep 17 00:00:00 2001 From: Simon Lefrancois Date: Tue, 11 Jul 2017 10:31:26 -0400 Subject: [PATCH 2/2] typo --- doc/gettingstarted.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/gettingstarted.txt b/doc/gettingstarted.txt index 7b1974ea..99c7f054 100644 --- a/doc/gettingstarted.txt +++ b/doc/gettingstarted.txt @@ -24,7 +24,7 @@ On each learning algorithm page, you will be able to download the corresponding On Linux or Mac systems, after cloning, all datasets can be downloaded at once with: - cd DeeepLearningTutorials/data + cd DeepLearningTutorials/data ./download.sh