|
I am interested in applying CRF (Conditional random field) in multi-label classification. By now, I see that CRF mostly used in sequence classification, for example I noticed that CRF++ is popular package for implementing CRF for sequence classification. I also found that ARGO uses CRF++ for classification, however I didn't figure out whether a multi-label classification can be implemented by ARGO. In short, the question is whether CRF can be used for multi-label classification and whether ARGO can be used for multi-label classification. Thank you. |