- If your application cares about the speed of the training process, you might want to choose 'epochs: Maximum Number of Training Epochs (Iterations)' as your stopping criteria and set it to a low number.
- If the application cares about the accuracy of the training, 'max_fail: Maximum Number of Validation Increases' would be a good choice.
- 'min_grad: Minimum Gradient Magnitude and goal: Minimum Performance Value' can be reasonable choices if the efficiency of the algorithm is of importance.
Best stopping criteria during nntool training???
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
AFAQ AHMAD
le 13 Juil 2015
Commenté : AFAQ AHMAD
le 16 Juil 2015
Hi Which is best stooping criteria ,form the following while training the NN,especially in Matlab; 1-min_grad Minimum Gradient Magnitude 2-max_fail Maximum Number of Validation Increases 3-goal Minimum Performance Value 4-epochs Maximum Number of Training Epochs (Iterations) Regards
0 commentaires
Réponse acceptée
Ghada Saleh
le 16 Juil 2015
Hi Afaq,
The best stopping criteria is application dependent. For instance:
Finally, if you are not sure what is the best stopping criteria for your application, you can simply try them all and compare their performances and then choose the one that best fits your application.
I hope the above information helps.
Ghada
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!