- Leave it the way it is now that you know that it is intended design;
- Use rng() to initialize the same random number seed before each run;
- Or initialize the weights yourself
can you help me to solve this ?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
can you help me, i use ann for classification of blood type.
Then i used nntool in matlab with my data, i get the result like this
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/317613/image.jpeg)
but why every time I run the program again, i get different results?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/317616/image.jpeg)
can you help me ?
0 Kommentare
Antworten (1)
Walter Roberson
am 17 Jun. 2020
This is expected. Those kinds of neural networks initialize the weights randomly by default.
You have three choices:
7 Kommentare
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!