Whenever i run my neural network I get different result in nftool
6 ビュー (過去 30 日間)
古いコメントを表示
I built my neural network using only nftool without writing code.Whenever i run my neural network I get different result. What can I do to have the same result?
0 件のコメント
回答 (1 件)
Walter Roberson
2018 年 8 月 23 日
This is expected. The default initialization function for weights is random.
You can use rng() before every run that initializes the weights, or you can use a custom weight initialisation that is not random.
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!