-
- Description:
SVMlin: Fast Linear SVMs for Supervised and Semi-supervised Learning
SVMlin is software package for linear SVMs. It is well-suited to classification problems involving a large number of examples and features. It is primarily written for sparse datasets (number of non-zero features in an example is typically small). It is written in C/C++. A mex wrapper is available for MATLAB users.
SVMlin can also utilize unlabeled data, in addition to labeled examples. It currently implements two extensions of standard SVMs to incorporate unlabeled examples.
SVMlin (version 1.0) implements the following algorithms:
Fully supervised (using only labeled examples)
Linear Regularized Least Squares (RLS) Classification
Modified Finite Newton Linear L2-SVMs (Keerthi and DeCoste, JMLR, 2005)
Semi-supervised (Large Scale Semi-supervised Linear SVMs, Keerthi and Sindhwani, SIGIR 2006)
Multi-switch linear Transductive L2-SVMs
Deterministic Annealing (DA) for Semi-supervised Linear L2-SVMs
- Changes to previous version:
Initial Announcement on mloss.org.
- BibTeX Entry: Download
- Supported Operating Systems: Linux
- Data Formats: None
- Tags: Semi Supervised Learning, Linear Svm
- Archive: download here
Comments
No one has posted any comments yet. Perhaps you'd like to be the first?
Leave a comment
You must be logged in to post comments.