July 2017
Beginner to intermediate
715 pages
17h 3m
English
Next, we consider two similar libraries, LIBSVM and LIBLINEAR.
Both these libraries come from the same research group and have very similar interfaces. We will start with LIBSVM.
LIBSVM is a library that implements a number of different SVM algorithms. It is implemented in C++ and has an officially supported Java version. It is available on Maven Central:
<dependency> <groupId>tw.edu.ntu.csie</groupId>
Read now
Unlock full access