Support vector classifiers – SVC
Support vector machines can be applied to classification, anomalies detection, and regression problems. Let's first dive into the support vector classifiers.
The binary SVC
The first classifier to be evaluated is the binary (2-class) support vector classifier. The implementation uses the LIBSVM library created by Chih-Chung Chang and Chih-Jen Lin from the National Taiwan University [8:9].
LIBSVM
The library was originally written in C before being ported to Java. It can be downloaded from http://www.csie.ntu.edu.tw/~cjlin/libsvm as a .zip
or tar.gzip
file. The library includes the following classifier modes:
- Support vector classifiers (C-SVC, υ-SVC, and one-class SVC)
- Support vector regression (υ-SVR and ε-SVR)
- RBF, linear, ...
Get Scala:Applied Machine Learning now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.