Skip to content

Commit 1cd8f36

Browse files
authored
Merge pull request #192 from slefrancois/link_github
Add Links to GitHub repo
2 parents c745a08 + 81f2575 commit 1cd8f36

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

doc/gettingstarted.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ On each learning algorithm page, you will be able to download the corresponding
2424

2525
On Linux or Mac systems, after cloning, all datasets can be downloaded at once with:
2626

27-
cd DeeepLearningTutorials/data
27+
cd DeepLearningTutorials/data
2828
./download.sh
2929

3030

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)