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 ExchangeDeep Learning Toolbox についてさらに検索

タグ

回答済み:

2020 年 5 月 30 日

Community Treasure Hunt

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

Start Hunting!

Translated by