How to increase the no. of epochs in a network
Show older comments
Iam using the below command.
rbnet1 = newrb(input,output,0.001,0.75,20,2);
I get MSE as 36.04 in 20 epochs. I guess that increasing the no. of epochs will result in better performance of the network.
What should I do to increase the no. of epochs?
How can I reduce the MSE?
Answers (0)
Categories
Find more on Electrical Block Libraries in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!