Skip to content

Commit bb2aa41

Browse files
author
Philip Kirkbride
committed
typo and space fix
1 parent 7cade8c commit bb2aa41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/mlp.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ The set of parameters to learn is the set :math:`\theta =
9090
\{W^{(2)},b^{(2)},W^{(1)},b^{(1)}\}`. Obtaining the gradients
9191
:math:`\partial{\ell}/\partial{\theta}` can be achieved through the
9292
**backpropagation algorithm** (a special case of the chain-rule of derivation).
93-
Thankfully, since Theano performs automatic differentation, we will not need to
94-
cover this in the tutorial !
93+
Thankfully, since Theano performs automatic differentiation, we will not need to
94+
cover this in the tutorial!
9595

9696

9797
Going from logistic regression to MLP

0 commit comments

Comments
 (0)