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!