How can I view the Matlab CNN's convolutional layer filter's pixels value?
1 回表示 (過去 30 日間)
古いコメントを表示
I am working with CNN by Matlab. I can design filter size and number. I want to view the filter's pixels value. how can I do that? thank you in advance.
0 件のコメント
回答 (2 件)
Marque Sevadera
2018 年 11 月 13 日
Hi! You can view your Convolutional2dLayer's filter values using this command:
networkName.Layers(numOfLayer).Weights
0 件のコメント
Samvram Sahu
2018 年 7 月 4 日
I also have the same doubt. Waiting for someone to give a rapchik reply.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Recognition, Object Detection, and Semantic Segmentation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!