How can I view the Matlab CNN's convolutional layer filter's pixels value?

3 次查看(过去 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.

回答(2 个)

Marque Sevadera
Marque Sevadera 2018-11-13
Hi! You can view your Convolutional2dLayer's filter values using this command:
networkName.Layers(numOfLayer).Weights

Samvram Sahu
Samvram Sahu 2018-7-4
I also have the same doubt. Waiting for someone to give a rapchik reply.

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by