필터 지우기
필터 지우기

What is validation failure Artificial neural network ?

조회 수: 10 (최근 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 CenterFile Exchange에서 Sequence 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