Deleting some layers from trained neural network model
2 ビュー (過去 30 日間)
古いコメントを表示
I have trained a big neural network NN which has the structure [20 2 20] as shown in the first figure. After training, I wanna separate/copy/keep the first part of the network [20 2] and save its wights, biases, and connections as shown in the second figure. How can I do so?
0 件のコメント
回答 (1 件)
Bhargavi Maganuru
2020 年 7 月 6 日
Hi,
You can get weights, biases of feedforward network using network object parameters IW,LW,b
You can refer following links for more information
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!