early stopping neural network:: why data divided in two three subset???
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
mangood UK
am 7 Okt. 2013
Kommentiert: mangood UK
am 9 Okt. 2013
dear
as i know from wiki and book by Simon hakin that early stopping use two type sets of data the first one for training and second one for validation test so which may ask
why their are three curves in performance plot when we use matlab train function ??? the curve name train error,validation and test error ???
0 Kommentare
Akzeptierte Antwort
Greg Heath
am 8 Okt. 2013
Data = Design + Non-design
Design = Train(estimate weights) + Validation(Stop training when MSEval goes thru a minimum).
Non-design = Test(Obtain UNBIASED generalization estimate of performance on unseen non-design data).
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!