フィルターのクリア

deep learning architecture can explain how connected layers and filters

4 ビュー (過去 30 日間)
Michaelscheinfeild
Michaelscheinfeild 2018 年 5 月 10 日

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()   ]

回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

タグ

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by