How to increase the no. of epochs in a network

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

Tags

Asked:

on 20 Mar 2012

Community Treasure Hunt

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

Start Hunting!