What is validation failure Artificial neural network ?

3 ビュー (過去 30 日間)
Akhil  Reddy
Akhil Reddy 2016 年 6 月 14 日
コメント済み: Greg Heath 2016 年 6 月 16 日
while using nntraintool the training stops when no of validation failures reach certain prescribed number. What exactly is this Validation failure? Also, what is the term like Mu stands for?

採用された回答

Greg Heath
Greg Heath 2016 年 6 月 15 日
To prevent the net from performing poorly on nontraining (validation, test and unseen data) while learning well on training data, training stops if the validation performance degrades for 6 (default) consecutive epochs. The procedure is called
VALIDATION STOPPING.
Hope this helps.
Thank you for formally accepting my answer
Greg
  2 件のコメント
Akhil  Reddy
Akhil Reddy 2016 年 6 月 16 日
What is Mu?
Greg Heath
Greg Heath 2016 年 6 月 16 日
Mu is the momentum constant. To see how it's used lookup the explanation of the Levenberg-Marquardt algorithm.

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

その他の回答 (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