How do you access weights generated from trainNetwork in each convolution layer in a CNN
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Shin-yee Lu
il 3 Giu 2019
Commentato: deepika s
il 12 Ago 2021
How do you access weights generated from trainNetwork in each convolution layer in a Convolution Neural Network?
1 Commento
Risposta accettata
Shivam Sardana
il 12 Giu 2019
Click on network object from trainNetwork function in Workspace, then click on Layers. On clicking it, you will be able to see all layers in your network. Click on a specific convolution layer and then you will be able to see Weights property.
0 Commenti
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!