We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ca8f1 commit ca53829Copy full SHA for ca53829
1 file changed
doc/mlp.txt
@@ -302,7 +302,7 @@ at each step.
302
303
.. code-block:: python
304
305
- # compute the gradient of cost with respect to theta (sotred in params)
+ # compute the gradient of cost with respect to theta (stored in params)
306
# the resulting gradients will be stored in a list gparams
307
gparams = []
308
for param in classifier.params:
0 commit comments