Best Validation check number for MATLAB neural network

3 Ansichten (letzte 30 Tage)
Jack
Jack am 4 Sep. 2014
Kommentiert: Jack am 5 Sep. 2014
I'm using 10-fold cross validation and patternent function for a binary classification problem in MATLAB. When I see neural network result window, in all trainings of neural network ( 80% training , 10% validation and 10% test with sample size 200~600 ) Early stopping is stopping my training process in iteration between 20~40. As you know the default value is maximum 6. What should i do about this problem? Should i increase maximum number of early stopping iteration checks?
Thanks.

Akzeptierte Antwort

Greg Heath
Greg Heath am 5 Sep. 2014
Bearbeitet: Greg Heath am 5 Sep. 2014
That is not necessarily a problem.
What error rates are you getting as you vary the number, H, of hidden nodes and sets of random initial weights?
I typically look at Ntrials = 10 different initial weight initializations for each candidate value of Hmin:dH:Hmax (numH~10).
Search in NEWSGROUP and ANSWERS
greg patternet Ntrials
Hope this helps.
Thank you for formally accepting my answer
Greg

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by