필터 지우기
필터 지우기

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!