Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
typo and space fix
  • Loading branch information
Philip Kirkbride committed Jun 7, 2017
commit bb2aa41171de24c48315578fd41f682e07284eca
4 changes: 2 additions & 2 deletions doc/mlp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ The set of parameters to learn is the set :math:`\theta =
\{W^{(2)},b^{(2)},W^{(1)},b^{(1)}\}`. Obtaining the gradients
:math:`\partial{\ell}/\partial{\theta}` can be achieved through the
**backpropagation algorithm** (a special case of the chain-rule of derivation).
Thankfully, since Theano performs automatic differentation, we will not need to
cover this in the tutorial !
Thankfully, since Theano performs automatic differentiation, we will not need to
cover this in the tutorial!


Going from logistic regression to MLP
Expand Down