early stopping neural network:: why data divided in two three subset???

1 回表示 (過去 30 日間)
mangood UK
mangood UK 2013 年 10 月 7 日
コメント済み: mangood UK 2013 年 10 月 9 日
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 ???

採用された回答

Greg Heath
Greg Heath 2013 年 10 月 8 日
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).

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by