I want to know if when I train a Neural Network model (in Matlab) it returns to me the net weights in the best performance?
[net tr] = train(net,X,t);
Obs.: Best performance would be the epoch that got minimum error of the validation dataset.
|
I want to know if when I train a Neural Network model (in Matlab) it returns to me the net weights in the best performance?
Obs.: Best performance would be the epoch that got minimum error of the validation dataset. |
||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.