How to know the number of filter
1 回表示 (過去 30 日間)
古いコメントを表示
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
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1041475/Screenshot_20220622-182212.png)
.
0 件のコメント
採用された回答
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.
3 件のコメント
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.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!