Training Neural Networks using Multi-Class output

7 visualizaciones (últimos 30 días)
Anirudh Roy
Anirudh Roy el 23 de Nov. de 2020
Comentada: Anirudh Roy el 5 de Dic. de 2020
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)

Respuestas (1)

Raynier Suresh
Raynier Suresh el 1 de Dic. de 2020
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 comentario
Anirudh Roy
Anirudh Roy el 5 de Dic. de 2020
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)

Iniciar sesión para comentar.

Categorías

Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by