As far as I know, the Softmax function is applied per channel. How do I apply this per row? And how do I apply this to the custom layer

1 commentaire

KALYAN ACHARJYA
KALYAN ACHARJYA le 26 Mai 2021
If you tranpose the data (rotate), then apply on resultant.

Connectez-vous pour commenter.

 Réponse acceptée

Mahesh Taparia
Mahesh Taparia le 31 Mai 2021

1 vote

Hi
It seems you want to perform the softmax function as per your data/feature dimension. In this case you can create a custom loss layer and define the softmax operation inside that as per your need. You can refer this documentation for custom loss function creation. Also, refer this documentation for custom training loop workflow. Moreover, refer this documentation for custom layer creation.
Hope it will help!

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange

Produits

Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by