How to know what initial weights and biases were used by 'train' function?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi!
Is there any way to know what values of initial weights and biases were used by the 'train' function in the MATLAB neural network toolbox, if the net was created using 'patternnet'?
Thanks.
0 Commenti
Risposta accettata
Greg Heath
il 6 Gen 2015
1. Reset the random-number generator and weights (ideally zero) to the state that existed at the call of train
2. Set the training rate to it's lowest allowable value
3. Set the number of training epochs to 1
4. Either use getwb or net.IW, net.b and net.LW
Hope this helps.
Thank you for formally accepting my answer
Greg
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image 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!