How can I turn off the activation of a single unit in deep neural networks?

조회 수: 1 (최근 30일)
Jae Son Jang
Jae Son Jang 2020년 7월 3일
답변: Mahesh Taparia 2020년 7월 13일
In the Deep Learning Toolbox, how can I turn off the activation of a single unit in one layer and then calculate the activation of the whole network?
As an indirect method, I think that it can be done if I set all the convolutional weights between the unit and the next layer to be 0.
However, I wonder if there is any function developed for this ablation test.

답변 (1개)

Mahesh Taparia
Mahesh Taparia 2020년 7월 13일
Hi
You can create a custom activation function in MATLAB and can keep the particular unit as same and for the rest of the nodes, you can apply any function. You can refer here for more information on it. Change the predict function in that class according to your requirement. Hope it will help!

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by