photo

Marque Sevadera


Last seen: 4년 초과 전 2018년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1
  • First Answer

배지 보기

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 ...

5년 초과 전 | 답변 수: 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

5년 초과 전 | 1