You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This section assumes the reader has already read through :doc:`logistic_sgd`
7
+
This section assumes the reader has already read through :doc:`logreg`
8
8
and :doc:`mlp`. Additionally it uses the following Theano functions
9
9
and concepts : `T.tanh`_, `shared variables`_, `basic arithmetic ops`_, `T.grad`_, `Random numbers`_, `floatX`_. If you intend to run the code on GPU also read `GPU`_.
10
10
@@ -95,7 +95,7 @@ bias of the encoding part with its corresponding sigmoid layer.
95
95
96
96
All we need now is to add the logistic layer on top of the sigmoid
97
97
layers such that we have an MLP. We will
98
-
use the ``LogisticRegression`` class introduced in :ref:`logistic_sgd`.
98
+
use the ``LogisticRegression`` class introduced in :ref:`logreg`.
Copy file name to clipboardExpand all lines: doc/dA.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Denoising Autoencoders (dA)
4
4
===========================
5
5
6
6
.. note::
7
-
This section assumes the reader has already read through :doc:`logistic_sgd`
7
+
This section assumes the reader has already read through :doc:`logreg`
8
8
and :doc:`mlp`. Additionally it uses the following Theano functions
9
9
and concepts : `T.tanh`_, `shared variables`_, `basic arithmetic ops`_, `T.grad`_, `Random numbers`_, `floatX`_. If you intend to run the code on GPU also read `GPU`_.
This section assumes the reader has already read through :doc:`logistic_sgd`
8
+
This section assumes the reader has already read through :doc:`logreg`
9
9
and :doc:`mlp`. Additionally it uses the following Theano functions
10
10
and concepts : `T.tanh`_, `shared variables`_, `basic arithmetic ops`_, `T.grad`_, `Random numbers`_, `floatX`_ and `scan`_. If you intend to run the code on GPU also read `GPU`_.
0 commit comments