フィルターのクリア

Can we say that overfitting occur in this plot?

4 ビュー (過去 30 日間)
Ane Kang
Ane Kang 2018 年 8 月 22 日
コメント済み: Greg Heath 2018 年 9 月 23 日
Performance plot from ANN is obtained as shown below.Does overfitting happen here?

回答 (1 件)

Greg Heath
Greg Heath 2018 年 8 月 23 日
This is a case of
*OVERTRAINING AN OVERFIT NET*
There are at least 3 ways to avoid this:
1. *DO NOT OVERFIT:*
Make sure that the number of unknown weights, Nw does not
exceed the number of training equations, Ntrneq.
2. *DO NOT OVERTRAIN*
In particular, the problem is not necessarily the
overfitting. Overfitting is easily mitigated by NOT
OVERTRAINING
a. Use a VALIDATION set to implement "EARLY STOPPING".
b. Use "REGULARIZATION" via TRAINBR to implement
"BAYESIAN RREGULARIZATION"
See
https://www.mathworks.com/matlabcentral/answers/280818-how-to-solve-overtrained-nn-with-validation-stop
Hope this helps.
Thank you for formally accepting my answer
Greg
  4 件のコメント
KAE
KAE 2018 年 9 月 5 日
編集済み: KAE 2018 年 9 月 5 日
And in the first plot (original question), the val error rate only increases for 5 continuous epochs, during epoch 6-11, while the training error is decreasing. Since 5 is less than the default of 6, the first plot shows overtraining. Is this interpretation right?
Greg Heath
Greg Heath 2018 年 9 月 23 日
5 - 11 not 6 - 11
Greg

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by