CogComp / saul

Saul : Declarative Learning-Based Programming
Other
64 stars 18 forks source link

Generate multi-class constraints for a number of binary classifiers automatically #234

Open kordjamshidi opened 8 years ago

kordjamshidi commented 8 years ago

Currently, we use the SparesNetworks implemented in LBjava directly for the multi-class classification. To have more flexibility in the weight updates for the multi-class setting, specially for the joint training we better to do implement multi-class setting based on the binary classifiers and constraints.

danyaljj commented 8 years ago

Easy way to generate constraint classifiers for sequence tagging.