Write your own Performance criteria in Neural Network?
Mostrar comentarios más antiguos
Is it possible to write your own stopping criteria in a Neural Network? How should this be done?
I want to use the Mean Squared Error method, but on data not known by the Network.
e.g I use the following divideFcn, so every data will be training data
net.divideFcn = 'dividenull'; %Only training data
(or 'dividetrain' in more recent versions of matlab)
How can I add my personal stopping criteria on an other data set?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!