Neural Network ToolBox : Proper function to train multilabel data (Backpropogation )
Mostrar comentarios más antiguos
Hello,i m a matlab beginner..
Which Inbuilt functions are suitable to train multilabel dataset ? using backpropogation ?
i also want to :
1.take outputs of that function at output layer and then modify it (while training) after each epochs
2.after getting output , define our custom error measures like hamming loss ,ranking loss etc (specifically for multilabel classification)
i know how to modify it , but is it feasible to do all these things with inbuilt function?
if yes,then which function should be used here ? and where i can get its tutorials ?
Thank you for your consideration... Please Help !!
7 comentarios
Greg Heath
el 18 de Mzo. de 2014
Editada: Greg Heath
el 18 de Mzo. de 2014
Unfamiliar with the terms multilabel, hamming loss and ranking loss. Apparently you don't mean multi-variable or multi-class.
Please explain the difference.
Searching multilabel:
NEWSGROUP search 0 hits
ANSWERS search 1 hit (besides your 2)
MATHWORKS.COM WEBSITE SEARCH 4 additional hits (2 file-exchange)
When I get a chance I will look at these.
Meanwhile, will you explain a little more?
Greg
Greg Heath
el 18 de Mzo. de 2014
OK I think multi-label is just non-mutually exclusive classes. See my answer to your other post.
help newpr
doc newpr
help patternnet
doc patternnet
Watch out for possible mutually exclusive class assumptions.
What modifications do you want to do after each epoch?
I'm a little concerned about your intentions to modify the learning process.
Not familiar with your loss measures. Can you explain?
Greg Heath
el 19 de Mzo. de 2014
Wikipedia explains hamming loss. What about ranking loss?
pooja
el 20 de Mzo. de 2014
pooja
el 20 de Mzo. de 2014
Greg Heath
el 25 de Mzo. de 2014
You are wrong in trying to manipulate after each epoch. It just makes training take longer. Perhaps using the entropy fnction for non-mutually exclusive classes will help.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!