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 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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)
1 Kommentar
Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Data Workflows finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!