Apply to Softmax row
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
JaeHyeon Lee
am 26 Mai 2021
Beantwortet: Mahesh Taparia
am 31 Mai 2021
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 Kommentar
Akzeptierte Antwort
Mahesh Taparia
am 31 Mai 2021
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!
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!