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)
How can I set a target value of a error of 0.001 between my target values, output values of trained neural network?

Respuesta aceptada

Greg Heath
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
  1 comentario
PRAVEEN REDDY KANTHALA
PRAVEEN REDDY KANTHALA el 31 de Mayo de 2017
What is difference between performance and mse? If both are same,then why I am getting different values for performance when I have a target of 0.001. however the above code sent by you is not creating a error of 0.001. I have tested using a sample data for which I already have outputs.i have found the difference between nn outputs and these outputs but difference is too large up to .6. Am I missing something? Please help.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by