Number of parameters in feedforward neural network.
3 views (last 30 days)
Show older comments
How can I show the number of parameters of a trained net?
Thanks in advance.
1 Comment
Przemyslaw
on 22 Mar 2021
Edited: Przemyslaw
on 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.
Answers (0)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!