Training Neural Networks using Multi-Class output

The Deep Learning toolbox supports classification based training (from feature based data) for ony 1 label per sample. I have a MxD training set (D number of features and M number of samples). Each output should be characterized by 'T' number of labels (ie final output MxT). My question is how do i get around this limitation ? (The labels are mutually exclusive)

답변 (1개)

Raynier Suresh
Raynier Suresh 2020년 12월 1일

0 개 추천

One way to obtain multiple labels for a single sample is to branch the network and have multiple classification layers or regression layers.
Refer the below link for designing and training multi-output networks :

댓글 수: 1

Branching isnt probably ging to solve my problem, stacking of classification layer would. But yeah i get the idea, ill have to customize the whole thing (loop and layer)

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

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품

릴리스

R2020b

질문:

2020년 11월 23일

댓글:

2020년 12월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by