Skip to content

Commit 3007d07

Browse files
committed
Replaced final (programmatic) reference to lenet.
1 parent 7312feb commit 3007d07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/convolutional_mlp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _lenet:
1+
.. _convolutional_mlp:
22

33
Convolutional Neural Networks (LeNet)
44
=====================================

doc/intro.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The purely supervised learning algorithms are meant to be read in order:
3131

3232
#. :ref:`Logistic Regression <logistic_sgd>` - using Theano for something simple
3333
#. :ref:`Multilayer perceptron <mlp>` - introduction to layers
34-
#. :ref:`Deep Convolutional Network <lenet>` - a simplified version of LeNet5
34+
#. :ref:`Deep Convolutional Network <convolutional_mlp>` - a simplified version of LeNet5
3535

3636
The unsupervised and semi-supervised learning algorithms can be read in any
3737
order (the auto-encoders can be read independently of the RBM/DBN thread):

0 commit comments

Comments
 (0)