home changes contents help options

Possible Mentors

Description

Support Vector Machines are popular and powerful classifiers/regressors and often used in machine learning problems. In Pd world they could be used for many problems:

Currently there is one very popular library for SVMs, called libsvm , which is a C++ library for support vector classification (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). In addition, the same authors created liblinear , which is a linear SVM for large-scale datasets with millions of instances and features.

The goals of this project are:

Resources to start:

Required Skills