Why in different execution different performance comes in the Neural Network same program ?

 採用された回答

Greg Heath
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 件のコメント

Deep Gogoi
Deep Gogoi 2015 年 5 月 9 日
Can I make the performance value for every execution. If it is possible what i ave to do in coding ?
Greg Heath
Greg Heath 2015 年 5 月 11 日
If you set the RNG to the same state before the 1st random number assignment, the runs will be duplicated.
Did you perform the 3 searches I recommended?
Deep Gogoi
Deep Gogoi 2015 年 5 月 12 日
Sir, I have attached my Matlab code and dataset file . Can You check and guide me to make constant performance for every execution
Greg Heath
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 件)

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

質問済み:

2015 年 5 月 8 日

コメント済み:

2015 年 5 月 14 日

Community Treasure Hunt

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

Start Hunting!

Translated by