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

10 vues (au cours des 30 derniers jours)
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 commentaires
cui,xingxing
cui,xingxing le 12 Juin 2023
Perhaps this example will give you some inspiration and you can change it to suit your needs.
cui,xingxing
cui,xingxing le 24 Juin 2023
You should be looking for answers on your own, based on misinformation, rather than asking for solutions without thinking.

Connectez-vous pour commenter.

Réponse acceptée

cui,xingxing
cui,xingxing le 24 Juin 2023
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")

Plus de réponses (0)

Catégories

En savoir plus sur 图像深度学习 dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!