Skip to content

Files

Latest commit

b6521a4 · Apr 10, 2018

History

History
9 lines (7 loc) · 351 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 351 Bytes

SVM2+

Python implementation of SVM2+, as described in the following paper:

Xu, Xinxing & Tianyi Zhou, Joey & Tsang, Ivor & Qin, Zheng & Siow Mong Goh, Rick & Liu, Yong. (2016). Simple and Efficient Learning using Privileged Information.

Currently, SVM2+ is implemented for the following scenarios:

  • Binary classification (SVC2Plus class)