Number of parameters in feedforward neural network.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can I show the number of parameters of a trained net?
Thanks in advance.
1 commentaire
Przemyslaw
le 22 Mar 2021
Modifié(e) : Przemyslaw
le 22 Mar 2021
For shallow NNs You can use getwb function. It returns all the params as a vector, so You can use its length as a parameter number.
Réponses (0)
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!