Analysis of each layer in a Deep Learning Convolutional network

조회 수: 1 (최근 30일)
Andreas Jørgensen
Andreas Jørgensen 2019년 3월 11일
답변: Zenin Easa Panthakkalakath 2019년 3월 15일
Hi, I am new to the Deep Learning toolbox and I need to guidance on how to proceed:
I have trained my network (A modified GoogleNet) and I need to evaluate the performance of the network, therefore I would like to acquire the output after Layer 1, 2 etc to get more in depth on the performance.
Is there a way to take an image A, feed that to the network and acquire the output after layer X?
Thanks!

답변 (1개)

Zenin Easa Panthakkalakath
Zenin Easa Panthakkalakath 2019년 3월 15일
Hi Andreas,
You can do this by using the following command:
>> activations(net,X,layer)
where 'net' is the trained network, X is the input data and 'layer' is the layer name.
Have a look at the following documentation for more information:
Regards,
Zenin

카테고리

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