Why in different execution different performance comes in the Neural Network same program ?
1 回表示 (過去 30 日間)
古いコメントを表示
Why in different execution different performance comes in the Neural Network same program ?
0 件のコメント
採用された回答
Greg Heath
2015 年 5 月 8 日
The state of the RNG is different. Therefore the random initial weights and random trn/val/tst data divisions are different.
For examples of initializing the RNG so that runs can be duplicated try searching on
greg rng(4151941)
greg rng(0)
greg rng('default')
4 件のコメント
Greg Heath
2015 年 5 月 14 日
You wouldn't have to post your data for me to do your work if you had performed the searches I recommended.
その他の回答 (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!