We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7312feb commit 3007d07Copy full SHA for 3007d07
2 files changed
doc/convolutional_mlp.txt
@@ -1,4 +1,4 @@
1
-.. _lenet:
+.. _convolutional_mlp:
2
3
Convolutional Neural Networks (LeNet)
4
=====================================
doc/intro.txt
@@ -31,7 +31,7 @@ The purely supervised learning algorithms are meant to be read in order:
31
32
#. :ref:`Logistic Regression <logistic_sgd>` - using Theano for something simple
33
#. :ref:`Multilayer perceptron <mlp>` - introduction to layers
34
- #. :ref:`Deep Convolutional Network <lenet>` - a simplified version of LeNet5
+ #. :ref:`Deep Convolutional Network <convolutional_mlp>` - a simplified version of LeNet5
35
36
The unsupervised and semi-supervised learning algorithms can be read in any
37
order (the auto-encoders can be read independently of the RBM/DBN thread):
0 commit comments