Borrar filtros
Borrar filtros

What is validation failure Artificial neural network ?

10 visualizaciones (últimos 30 días)
Akhil  Reddy
Akhil Reddy el 14 de Jun. de 2016
Comentada: Greg Heath el 16 de Jun. de 2016
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?

Respuesta aceptada

Greg Heath
Greg Heath el 15 de Jun. de 2016
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 comentarios
Akhil  Reddy
Akhil Reddy el 16 de Jun. de 2016
What is Mu?
Greg Heath
Greg Heath el 16 de Jun. de 2016
Mu is the momentum constant. To see how it's used lookup the explanation of the Levenberg-Marquardt algorithm.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by