How can set a target value of a error of 0.001 between my target values, output values of trained neural network?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
PRAVEEN REDDY KANTHALA
el 30 de Mayo de 2017
Comentada: PRAVEEN REDDY KANTHALA
el 31 de Mayo de 2017
How can I set a target value of a error of 0.001 between my target values, output values of trained neural network?
0 comentarios
Respuesta aceptada
Greg Heath
el 31 de Mayo de 2017
Editada: Greg Heath
el 31 de Mayo de 2017
msegoal = 0.001*mean(var(target',1))
This results in a Rsquare of 99.9%
Hope this helps.
Greg
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox 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!