How can set a target value of a error of 0.001 between my target values, output values of trained neural network?

1 vue (au cours des 30 derniers jours)
How can I set a target value of a error of 0.001 between my target values, output values of trained neural network?

Réponse acceptée

Greg Heath
Greg Heath le 31 Mai 2017
Modifié(e) : Greg Heath le 31 Mai 2017
msegoal = 0.001*mean(var(target',1))
This results in a Rsquare of 99.9%
Hope this helps.
Greg
  1 commentaire
PRAVEEN REDDY KANTHALA
PRAVEEN REDDY KANTHALA le 31 Mai 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.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by