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)
Afficher commentaires plus anciens
PRAVEEN REDDY KANTHALA
le 30 Mai 2017
Commenté : PRAVEEN REDDY KANTHALA
le 31 Mai 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 commentaires
Réponse acceptée
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
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!