how to get same result for multiple trainings of neural network
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Thirunavukkarasu
am 30 Sep. 2014
Beantwortet: Greg Heath
am 1 Okt. 2014
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
0 Kommentare
Akzeptierte Antwort
Greg Heath
am 1 Okt. 2014
Initialize the random number generator to the same state before training.
Search for rng in my design posts.
Hope this helps.
Greg
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!