Skip to content

Commit ca53829

Browse files
author
Razvan Pascanu
committed
fixed typo
1 parent c4ca8f1 commit ca53829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/mlp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ at each step.
302302

303303
.. code-block:: python
304304

305-
# compute the gradient of cost with respect to theta (sotred in params)
305+
# compute the gradient of cost with respect to theta (stored in params)
306306
# the resulting gradients will be stored in a list gparams
307307
gparams = []
308308
for param in classifier.params:

0 commit comments

Comments
 (0)