Skip to content

Commit ec4855a

Browse files
author
Philip Kirkbride
committed
spaces on DBN page
1 parent 738b641 commit ec4855a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/DBN.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Deep Belief Networks
66
.. note::
77
This section assumes the reader has already read through :doc:`logreg`
88
and :doc:`mlp` and :doc:`rbm`. Additionally it uses the following Theano
9-
functions and concepts : `T.tanh`_, `shared variables`_, `basic arithmetic
9+
functions and concepts: `T.tanh`_, `shared variables`_, `basic arithmetic
1010
ops`_, `T.grad`_, `Random numbers`_, `floatX`_. If you intend to run the
1111
code on GPU also read `GPU`_.
1212

@@ -210,7 +210,7 @@ obtained over these sets.
210210
Putting it all together
211211
+++++++++++++++++++++++
212212

213-
The few lines of code below constructs the deep belief network :
213+
The few lines of code below constructs the deep belief network:
214214

215215
.. literalinclude:: ../code/DBN.py
216216
:start-after: # numpy random generator

0 commit comments

Comments
 (0)