Skip to content

Commit

Permalink
Update digitRecognition.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad Mehdi Samsami authored May 4, 2018
1 parent 4a3b4a6 commit 1e7855f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions digitRecognition.m
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@


% We have now implemented all the code necessary to train a neural
% network. To train your neural network, we will now use "fmincg", which
% is a function which works similarly to "fminunc". These advanced optimizers
% are able to train our cost functions efficiently as long as we provide
% them with the gradient computations.
% network. To train your neural network, we will now use "fmincg", which
% is a function which works similarly to "fminunc". These advanced optimizers
% are able to train our cost functions efficiently as long as we provide
% them with the gradient computations.

options = optimset('MaxIter', 75); % Maximum number of iterations

Expand Down

0 comments on commit 1e7855f

Please sign in to comment.