How to know the number of filter

조회 수: 4 (최근 30일)
mohd akmal masud
mohd akmal masud 2022년 6월 22일
댓글: mohd akmal masud 2022년 6월 23일
Dear all, I want to know the number of convulation that used in deep learning. Because there is no number show. The padding and stride have. But filter not have. Any one can explained
.

채택된 답변

Image Analyst
Image Analyst 2022년 6월 22일
These filters can be done by imfilter or conv2. If the stride, which I assume to be the number of pixels the window jumps by to get to the next location, is greater than 1, you can use blockproc. See attached demo.
The "number of convulation that used in deep learning" depends on the network. Examine the network structure to learn that.
Not sure what you mean by padding, but you can pad arrays with padarray.
  댓글 수: 3
Image Analyst
Image Analyst 2022년 6월 23일
Of course not. The weights inside the convolution window are what the Deep Learning figures out. They change as training goes on and will bascially look like random numbers when it's finished. That's how training a network works.
Really though, you do not need to know what they are.
mohd akmal masud
mohd akmal masud 2022년 6월 23일
oh i see...tq image analyst

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning for Image Processing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by