|
LIBLINEAR is a linear classifier for data with millions of instances and features. It supports L2-regularized logistic regression (LR), L2-loss linear SVM, L1-loss linear SVM, and multi-class SVM
|
|
Python module to ease pattern classification analyses of large datasets. It provides high-level abstraction of typical processing steps (e.g. data preparation, classification, feature selection, [...]
|
|
LaRank is an online solver for multiclass Support Vector Machines.
|
|
SHARK is a modular C++ library for the design and optimization of adaptive systems. It provides methods for linear and nonlinear optimization, in particular evolutionary and gradient-based [...]
|
|
The library implements Optimized Cutting Plane Algorithm (OCAS) for efficient training of linear SVM classifiers from large-scale data.
|
|
SVM Toolbox fully written in Matlab (even the QP solver). Features : SVM, MultiClassSVM, One-Class, SV Regression, AUC-SVM and Rankboost, 1-norm SVM, Regularization Networks, Kernel Basis Pursuit [...]
|
|
PyML is an interactive object oriented framework for machine learning in python with a focus on kernel methods.
|
|
The Easysvm package provides a set of tools based on the Shogun toolbox allowing to train and test SVMs in a simple way.
|
|
BSVM solves support vector machines (SVM) for the solution of large classification and regression problems. It includes three methods
|
|
This is a C++ software designed to train large-scale SVMs for binary classification. The algorithm is also implemented in parallel (PGPDT) for distributed memory, strictly coupled multiprocessor [...]
|
|
Very simple code for training SVMs in the primal. Works particularly well on sparse linear problems. In the non-linear case the entire kernel matrix needs to be computed, so for large problems it is [...]
|
|
The spider is intended to be a complete object orientated environment for machine learning in Matlab. Aside from easy use of base learning algorithms, algorithms can be plugged together and can be [...]
|
|
LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC ), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class [...]
|


