با سلام
من یک شبکه عصبی کانولوشن طراحی کردم تصویر خروجی هر لایه کانولوشن رو با فرمان زیر میشه دید ولی تصویر خروجی از لایه های دیگه رو چطور میتونم ببینم ؟
% Get the network weights for the second convolutional layer
w1 = net.Layers(2).Weights;
% Get the network weights for the second convolutional layer
w1 = net.Layers(2).Weights;
% Display a montage of network weights. There are 96 individual sets of
% weights in the first layer.
figure
montage(w1)