Skip to content

Commit 738b641

Browse files
author
Philip Kirkbride
committed
remove space in rbm page
1 parent d829400 commit 738b641

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/SdA.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Stacked Denoising Autoencoders (SdA)
66
.. note::
77
This section assumes you have already read through :doc:`logreg`
88
and :doc:`mlp`. Additionally it uses the following Theano functions
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`_.
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`_.
1010

1111
.. _T.tanh: http://deeplearning.net/software/theano/tutorial/examples.html?highlight=tanh
1212

doc/rbm.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Restricted Boltzmann Machines (RBM)
77
.. note::
88
This section assumes the reader has already read through :doc:`logreg`
99
and :doc:`mlp`. Additionally it uses the following Theano functions
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`_.
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`_.
1111

1212
.. _T.tanh: http://deeplearning.net/software/theano/tutorial/examples.html?highlight=tanh
1313

@@ -573,7 +573,7 @@ The output was the following:
573573
... plotting sample 8
574574
... plotting sample 9
575575

576-
The pictures below show the filters after 15 epochs :
576+
The pictures below show the filters after 15 epochs:
577577

578578
.. figure:: images/filters_at_epoch_14.png
579579
:align: center

0 commit comments

Comments
 (0)