How to do classifier chain for Machine Learning in Matlab ?

조회 수: 2 (최근 30일)
Tuong Nguyen Minh
Tuong Nguyen Minh 2020년 10월 7일
댓글: Ameer Hamza 2020년 10월 7일
I need to build a classifier chain for my machine learning problem since it considers dependencies between labels.
My matlab version is 2020a, does the deep learning toolbox support this technique ?
Thank you !
  댓글 수: 1
Ameer Hamza
Ameer Hamza 2020년 10월 7일
It seems that such chaining is not yet fully supported in MATLAB's deep learning toolbox. If you open the deep network designer
deepNetworkDesigner
you can see that the output of the classification layer cannot be fed into anything else. However, the output of the softmax layer can be passed to another layer. So, if you are contented with using the output of the softmax layer, in chaining, instead of actual output, then it is possible.
This explanation is just about the app, though. I have no idea if it is possible programmatically.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by