File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- .. _lenet :
1+ .. _convolutional_mlp :
22
33Convolutional Neural Networks (LeNet)
44=====================================
Original file line number Diff line number Diff 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
3636The unsupervised and semi-supervised learning algorithms can be read in any
3737order (the auto-encoders can be read independently of the RBM/DBN thread):
You can’t perform that action at this time.
0 commit comments