-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Scala for Machine Learning
By :

Support vector machines can be applied to classification, anomalies detection, and regression problems. Let's dive into the support vector classifiers first.
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].
The library was originally written in C and 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:
LIBSVM has the distinct advantage of using Sequential Minimal Optimization (SMO), which reduces the time complexity of a training of n observations to O(n2). LIBSVM documentation covers...
Change the font size
Change margin width
Change background colour