File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ signal:
126
126
.. literalinclude:: ../code/dA.py
127
127
:pyobject: dA.get_reconstructed_input
128
128
129
- And using these function we can compute the cost and the updates of
129
+ And using these functions we can compute the cost and the updates of
130
130
one stochastic gradient descent step :
131
131
132
132
.. literalinclude:: ../code/dA.py
@@ -466,7 +466,7 @@ since we neglect the biases and plot the weights up to a multiplicative
466
466
constant (weights are converted to values between 0 and 1).
467
467
468
468
To plot our filters we will need the help of ``tile_raster_images`` (see
469
- :ref:`how-to-plot`) so we urge the reader to familiarize himself with it. Also
469
+ :ref:`how-to-plot`) so we urge the reader to study it. Also
470
470
using the help of the Python Image Library, the following lines of code will
471
471
save the filters as an image :
472
472
You can’t perform that action at this time.
0 commit comments