How to classify multitasking and multi-label in MATLAB using deeplearning?

In the past alexnet, googlenet, etc. are multi-category single-label classification network.Recently, I just want to train a single network can be a picture of many aspects of the description, I do not know whether the current MATLAB can achieve such a problem?

3 件のコメント

Tarily
Tarily 2023 年 6 月 11 日
編集済み: Tarily 2023 年 6 月 11 日
Dear, do you know this answer? I have the same question now 🥺
xingxingcui
xingxingcui 2023 年 6 月 12 日
Perhaps this example will give you some inspiration and you can change it to suit your needs.
xingxingcui
xingxingcui 2023 年 6 月 24 日
You should be looking for answers on your own, based on misinformation, rather than asking for solutions without thinking.

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

 採用された回答

xingxingcui
xingxingcui 2023 年 6 月 24 日

0 投票

Multi-label classification can be done by changing the loss function to "binary cross-entropy loss", as far as I can remember, using a statement like the following
loss = crossentropy(Y,T. TargetCategories="independent")

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

質問済み:

2018 年 2 月 27 日

回答済み:

2023 年 6 月 24 日

Community Treasure Hunt

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

Start Hunting!