how to get same result for multiple trainings of neural network

5 ビュー (過去 30 日間)
Thirunavukkarasu
Thirunavukkarasu 2014 年 9 月 30 日
回答済み: Greg Heath 2014 年 10 月 1 日
I made Neural Network in MATLAB . When I train it with the same inputs and outputs, the training results are different on different runs. I understand that it is happening because the weights are different for each time I run it. My question is how to make initial weights to be the same each time I train my NN so I can get the same results

採用された回答

Greg Heath
Greg Heath 2014 年 10 月 1 日
Initialize the random number generator to the same state before training.
Search for rng in my design posts.
Hope this helps.
Greg

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by