How can I view the Matlab CNN's convolutional layer filter's pixels value?
    조회 수: 8 (최근 30일)
  
       이전 댓글 표시
    
I am working with CNN by Matlab. I can design filter size and number. I want to view the filter's pixels value. how can I do that? thank you in advance.
댓글 수: 0
답변 (2개)
  Marque Sevadera
 2018년 11월 13일
        Hi! You can view your Convolutional2dLayer's filter values using this command:
networkName.Layers(numOfLayer).Weights
댓글 수: 0
  Samvram Sahu
 2018년 7월 4일
        I also have the same doubt. Waiting for someone to give a rapchik reply.
댓글 수: 0
참고 항목
카테고리
				Help Center 및 File Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!