How to get neural net weight matrix
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi I need to know the weights of inputs(8) hidden layer(3 neurons) and output(1 neuron). for example, how can I know the weight of first hidden neuron for input 1th,2th,...,8th and also for output? Thanks in advance for your help
0 commentaires
Réponse acceptée
Greg Heath
le 8 Fév 2016
Modifié(e) : Greg Heath
le 8 Fév 2016
Use the commands
lookfor, help, and doc
on
getwb and setwb
Also search the NEWSGROUP and ANSWERS
Hope this helps.
Thank you for formally accepting my answer
Greg
0 commentaires
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!