What activation function does fullyConnectedLayer uses?

27 vues (au cours des 30 derniers jours)
Shreesottam Kumar Keshari
Shreesottam Kumar Keshari le 28 Mai 2020
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?

Réponses (1)

Srivardhan Gadila
Srivardhan Gadila le 30 Mai 2020
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.

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by