Multi-label classifications via deep learning tool box

조회 수: 3 (최근 30일)
子翔 杨
子翔 杨 2022년 4월 21일
답변: Hiro Yoshino 2022년 4월 21일
I'm working on a project where I am going to estimate DOAs of mutiple signals via CNN, and I modeled it as a multilabel classification task, which means that each label or category reveals whether there is a signal arriving from one of the many potential directions. Since there could be multiple signals, the response of the network should also be multiple categories. The real problem is function trainNetwork wants the responses to be in a single column: one category per image(in my case it is a covariance matrix instead). What can I do with the function trainNetwork so that the network could be trained to give out mutilple categories?

답변 (1개)

Hiro Yoshino
Hiro Yoshino 2022년 4월 21일
why don't you consider this problem to be regression problem since the one you are trying to estimate is a covariance matrix, which is obviously a set of continous nubers.
Input is an image-like thing and the output is, therefore, the associated covariance matrix.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by