I'm using a 'convolution2dLayer' in my program but I'm unable to get that what it is doing after applying it to an image?
조회 수: 1 (최근 30일)
이전 댓글 표시
layers=[...
imageInputLayer([566 804 3])
convolution2dLayer(5,20,'stride',6) % I WANTED KNOW BACKGROUND OF THIS LAYER, LIKE WHICH FILTER IS USING FOR CONVOLUTION
reluLayer
crossChannelNormalizaton(5)
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Data Workflows에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!