Neural Network ToolBox : Proper function to train multilabel data (Backpropogation )
Ältere Kommentare anzeigen
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 Kommentare
Greg Heath
am 18 Mär. 2014
Bearbeitet: Greg Heath
am 18 Mär. 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
am 18 Mär. 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
am 19 Mär. 2014
Wikipedia explains hamming loss. What about ranking loss?
pooja
am 20 Mär. 2014
pooja
am 20 Mär. 2014
Greg Heath
am 25 Mär. 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.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!