Skip to content

rjgsousa/OrdinalMulticlassSVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OrdinalMulticlassSVM

Support Vector Machines (SVMs) were initially proposed to solve problems with two classes. Despite the myriad of schemes for multiclassification with SVMs proposed since then, little work has been done for the case where the classes are ordered. Mmost of the techniques presented so far in the literature can generate ambiguous regions.

All-at-Once methods have been proposed to solve this issue. A new SVM methodology based on the unimodal paradigm with the All-at-Once scheme for the ordinal classification.

http://rsousa.org

Reference

If you use this code, please cite the following article:

@inproceedings{JFCostaICMLA2010,
  author = {da Costa, Joaquim Pinto and Sousa, Ricardo and Cardoso, Jaime S},
  booktitle = {Proceedings of The Ninth International Conference on Machine Learning and Applications (ICMLA 2010)},
  title = {{An all-at-once Unimodal SVM Approach for Ordinal Classification}},
  url = {http://rsousa.org/docs/pubs/JFCostaICMLA2010.pdf},
  year = {2010}
}

About

All-at-Once Multiclass SVM approach for Ordinal Data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages