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 ...
대략 7년 전 | 답변 수: 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
대략 7년 전 | 1

