Number of parameters in feedforward neural network.
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
How can I show the number of parameters of a trained net?
Thanks in advance.
1 Kommentar
Przemyslaw
am 22 Mär. 2021
Bearbeitet: Przemyslaw
am 22 Mär. 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.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!