Number of parameters in feedforward neural network.
5 ビュー (過去 30 日間)
古いコメントを表示
How can I show the number of parameters of a trained net?
Thanks in advance.
1 件のコメント
Przemyslaw
2021 年 3 月 22 日
編集済み: Przemyslaw
2021 年 3 月 22 日
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.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!