Skip to content

Commit 36ec511

Browse files
author
Simon Lefrancois
committed
add link to github
1 parent c745a08 commit 36ec511

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/index.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ training them on a GPU.
2525
The algorithm tutorials have some prerequisites. You should know some python,
2626
and be familiar with numpy. Since this tutorial is about using Theano, you
2727
should read over the `Theano basic tutorial`_ first. Once you've done that,
28-
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.
28+
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.
29+
30+
The code is available on the `Deep Learning Tutorial repositories <https://github.com/lisa-lab/DeepLearningTutorials>`_.
2931

3032
The purely supervised learning algorithms are meant to be read in order:
3133

doc/rnnrbm.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Modeling and generating sequences of polyphonic music with the RNN-RBM
1717
The script also assumes that the content of the `Nottingham Database of folk tunes <http://www.iro.umontreal.ca/~lisa/deep/data/Nottingham.zip>`_ has been extracted in the ``../data`` directory.
1818
Alternative MIDI datasets are available `here <http://www-etud.iro.umontreal.ca/~boulanni/icml2012>`_.
1919

20-
Note that both dependencies above can be setup automatically by running the ``download.sh`` script in the ``../data`` directory.
20+
Note that both dependencies above can be setup automatically by running the `download.sh <https://github.com/lisa-lab/DeepLearningTutorials/blob/master/data/download.sh>`_ script in the ``../data`` directory of the `Deep Learning Tutorials repository <https://github.com/lisa-lab/DeepLearningTutorials>`_.
2121

2222
.. caution::
2323
Need Theano 0.6 or more recent.

0 commit comments

Comments
 (0)