Neural Net training function parameters

3 views (last 30 days)
I am trying to use the algorithm trainbr for my feedforward neural net and trying to set up max number of epochs to 5000, using "net.trainParam.epochs = 5000;" statement. However, the training stops exactly at 1000 epochs. And apparently it has not converged. So what should I do to increase the number of epochs?

Accepted Answer

Abhishek Gupta
Abhishek Gupta on 19 Apr 2021
Hi,
Referring to the following MATLAB Answer, which might help you in resolving the issue: -

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!