What activation function does fullyConnectedLayer uses?

It says it multiple the input with weight and add bias but I couldn't find any thing related to activation function. Can anyone help me on it?

답변 (1개)

Srivardhan Gadila
Srivardhan Gadila 2020년 5월 30일

0 개 추천

As mentioned by @Mohammad Sami, In order for an activation function after fullyConnectedLayer, you have to include an activation layer after the fullyConnectedLayer in your layers/layerGraph array.
Refer to Activation Layers for list of available activation layers in Deep Learning Toolbox & layerGraph.

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

태그

질문:

2020년 5월 28일

답변:

2020년 5월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by