Skip to content

Commit

Permalink
bug fix in mlnn tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragav Venkatesan committed Feb 17, 2017
1 parent 0ff8f2e commit 69c822f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/pantry/tutorials/mlp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ith layer of the network. Once we are done, we can cook, train and test as usual
learning_rates = (0.05, 0.01, 0.001)
net.cook( optimizer = 'main',
net.cook( optimizer = 'polyak-rms',
objective_layer = 'nll',
datastream = 'mnist',
classifier = 'softmax',
Expand Down

0 comments on commit 69c822f

Please sign in to comment.