Number of parameters in feedforward neural network.
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How can I show the number of parameters of a trained net?
Thanks in advance.
1 Commento
Przemyslaw
il 22 Mar 2021
Modificato: Przemyslaw
il 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.
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!