- 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 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Walter Roberson
il 17 Giu 2020
This is expected. Those kinds of neural networks initialize the weights randomly by default.
You have three choices:
7 Commenti
Vedere anche
Categorie
Scopri di più su Sequence and Numeric Feature Data Workflows in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!