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