Waikato / meka

Multi-label classifiers and evaluation procedures using the Weka machine learning framework.
http://waikato.github.io/meka/
GNU General Public License v3.0
200 stars 76 forks source link

have Meka contains the method describled in "deep learning for multi-label classification" #14

Closed rong111 closed 7 years ago

rong111 commented 7 years ago

Hello,

I am now doing some works of multilabel deep learning, and have noticed the paper "deep learning for multi-label classification", Jesse Read and Fernando Perez-Cruz, 2014. Are the functions related to this paper already included to the Meka package?

Thanks very much

jmread commented 7 years ago

Hi,

Yes, you may want to have a look at the meka.classifiers.multilabel.BPNN and java meka.classifiers.multilabel.DBPNN, and meka.classifiers.multilabel.meta.DeepML classes. Some examples on how to run these methods are given on MEKA's sourceforge page.