フィルターのクリア

how to see the output of my maxpooling layer

7 ビュー (過去 30 日間)
Marque Sevadera
Marque Sevadera 2018 年 11 月 18 日
コメント済み: Theron FARRELL 2019 年 6 月 5 日
Hi! Is there a way to see the outputs of my Layers in Convolutional Neural Network.
So to start off, I created a Convolutional Neural Network and I want to see the outputs for each Layers. For example, I have my maxPooling2dLayer and I want to know how many feature maps it produced and what are the values of each feature maps.

採用された回答

Alla
Alla 2018 年 11 月 22 日
Have you tried using this features = activations(network,input ,layer number)
Specify the network name, your input which would be an image or a feature map, and the number of the layer you whose output you want to check for example 2 for the second layer.
  2 件のコメント
Marque Sevadera
Marque Sevadera 2018 年 12 月 9 日
Hey man you're a life saver! Thanks a lot :) Its my fault for not reading the docs thoroughly, thank you very much again! Cheers! :)
Theron FARRELL
Theron FARRELL 2019 年 6 月 5 日
In 2019a doc, it says
'activations only supports networks with an imageInputLayer or image3dInputLayer image input layer.'
How about my input layer is one of those convolution layers or fully connected layers?
Thanks.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by