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!