Neural Network ToolBox : Proper function to train multilabel data (Backpropogation )
Show older comments
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 Comments
Greg Heath
on 18 Mar 2014
Edited: Greg Heath
on 18 Mar 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
on 18 Mar 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
on 19 Mar 2014
Wikipedia explains hamming loss. What about ranking loss?
pooja
on 20 Mar 2014
pooja
on 20 Mar 2014
Greg Heath
on 25 Mar 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.
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!