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 @@ -126,7 +126,7 @@ signal:
126126.. literalinclude:: ../code/dA.py
127127 :pyobject: dA.get_reconstructed_input
128128
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
130130one stochastic gradient descent step :
131131
132132.. literalinclude:: ../code/dA.py
@@ -466,7 +466,7 @@ since we neglect the biases and plot the weights up to a multiplicative
466466constant (weights are converted to values between 0 and 1).
467467
468468To 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
470470using the help of the Python Image Library, the following lines of code will
471471save the filters as an image :
472472
You can’t perform that action at this time.
0 commit comments