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

3 次查看(过去 30 天)
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 个评论
cui,xingxing
cui,xingxing 2023-6-24
You should be looking for answers on your own, based on misinformation, rather than asking for solutions without thinking.

请先登录,再进行评论。

采纳的回答

cui,xingxing
cui,xingxing 2023-6-24
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 个)

类别

Help CenterFile Exchange 中查找有关 图像深度学习 的更多信息

Community Treasure Hunt

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

Start Hunting!