Deleting some layers from trained neural network model
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/320215/image.png)
0 comentarios
Respuestas (1)
Bhargavi Maganuru
el 6 de Jul. de 2020
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 comentarios
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!