In neural network, how to specify initial bias according to the known initial weight?
Afficher commentaires plus anciens
I got my initial weight for my neural network, but I do not know how to set the corresponding bias.
Réponses (1)
Greg Heath
le 25 Juin 2015
Insufficient Information.
How did you get your current weights?
All initial weights and biases should be random.
For example:
rng(seed)
net = configure(net,input,target)
Hope this helps.
Thank you for formally accepting my answer
Greg
1 commentaire
Jay Wong
le 25 Juin 2015
Catégories
En savoir plus sur Get Started with Statistics and Machine Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!