Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 413 Bytes

File metadata and controls

16 lines (9 loc) · 413 Bytes

Light-SVM

The code implement the SMO (Sequential Minimal Optimization) algorithm for traning SVMs

Platt, J., "Sequential Minimal Optimization: A Fast Algorithm for Training Support Vector Machines." (1998).

Installation

If GoogleTest package is missing you must install that to run the test packages.

You can find the installation instructions here.

Install GTest