deep learning architecture can explain how connected layers and filters

1 vue (au cours des 30 derniers jours)
Michaelscheinfeild
Michaelscheinfeild le 10 Mai 2018

some one can explain how this connections fit each to previous stage

layers = [  imageInputLayer([28 28 1])
            convolution2dLayer(5,20)
            reluLayer
            maxPooling2dLayer(2, 'Stride', 2)
            fullyConnectedLayer(10)
            softmaxLayer
            classificationLayer()   ]

Réponses (0)

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Produits


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by