Initialize weights and biases in a nureal network
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How can i initialize weights and biases in a feed forward neural network which built with newff command to arbitrary values before training?
0 Commenti
Risposta accettata
Greg Heath
il 20 Dic 2011
The call to NEWFF automatically creates random initial weights via INITNW. Just remember to initialize RAND before the first call to NEWFF so that you can duplicate your results.
Greg
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!