フィルターのクリア

Apply to Softmax row

4 ビュー (過去 30 日間)
JaeHyeon Lee
JaeHyeon Lee 2021 年 5 月 26 日
回答済み: Mahesh Taparia 2021 年 5 月 31 日
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 件のコメント
KALYAN ACHARJYA
KALYAN ACHARJYA 2021 年 5 月 26 日
If you tranpose the data (rotate), then apply on resultant.

サインインしてコメントする。

採用された回答

Mahesh Taparia
Mahesh Taparia 2021 年 5 月 31 日
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 件)

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by