How can set a target value of a error of 0.001 between my target values, output values of trained neural network?
1 回表示 (過去 30 日間)
古いコメントを表示
PRAVEEN REDDY KANTHALA
2017 年 5 月 30 日
コメント済み: PRAVEEN REDDY KANTHALA
2017 年 5 月 31 日
How can I set a target value of a error of 0.001 between my target values, output values of trained neural network?
0 件のコメント
採用された回答
Greg Heath
2017 年 5 月 31 日
編集済み: Greg Heath
2017 年 5 月 31 日
msegoal = 0.001*mean(var(target',1))
This results in a Rsquare of 99.9%
Hope this helps.
Greg
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!