Training Neural Networks using Multi-Class output
2 次查看(过去 30 天)
显示 更早的评论
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)
0 个评论
回答(1 个)
Raynier Suresh
2020-12-1
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 :
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!