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!