
Marque Sevadera
Followers: 0 Following: 0
Feeds
提问
how to see the output of my maxpooling layer
Hi! Is there a way to see the outputs of my Layers in Convolutional Neural Network. So to start off, I created a Convolutional ...
6 years 前 | 1 个回答 | 0
1
个回答已回答
How can I view the Matlab CNN's convolutional layer filter's pixels value?
Hi! You can view your Convolutional2dLayer's filter values using this command: networkName.Layers(numOfLayer).Weights
How can I view the Matlab CNN's convolutional layer filter's pixels value?
Hi! You can view your Convolutional2dLayer's filter values using this command: networkName.Layers(numOfLayer).Weights
6 years 前 | 1