How to do classifier chain for Machine Learning in Matlab ?

2 次查看(过去 30 天)
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