File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
210210Putting 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
You can’t perform that action at this time.
0 commit comments