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 :
2
2
3
3
Convolutional Neural Networks (LeNet)
4
4
=====================================
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:
31
31
32
32
#. :ref:`Logistic Regression <logistic_sgd>` - using Theano for something simple
33
33
#. :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
35
35
36
36
The unsupervised and semi-supervised learning algorithms can be read in any
37
37
order (the auto-encoders can be read independently of the RBM/DBN thread):
You can’t perform that action at this time.
0 commit comments