How can i Visualize feature of Convolutional neural network? in matlab2016

조회 수: 1 (최근 30일)
user06
user06 2017년 8월 28일
편집: user06 2017년 8월 28일
i have been using deepDreamImage to visualize Features of CNN but it is showing error like: Error using deepDreamImage Expected input number 3, channel, to be an array with all of the values <= 20. through this code layer=2; name = convnet.Layers(layer).Name channels = 1:56;
I = deepDreamImage(convnet,layer,channels, ...
'PyramidLevels',1);
figure
montage(I)
title(['Layer ',name,' Features'])
in first Conv Layer there are20 filters of size 5*5. please if anyone can help me it would be a great pleasure for me... thanks in advance

답변 (0개)

카테고리

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