SVM Programs
  Some relevant programs have been developed about SVM analysis. Here there are. Research is not complete, so this information may change.
 
Name
Brief description
 
SVMlight
An implementation of Support Vector Machine (SVM). C source code available.  
 
SVM Multiclass
An implementation of the multi-class Support Vector Machine (SVM). C source code available.  
 
GPDT
GPDT is a C++ software designed to train large-scale Support Vector Machines (SVMs) for binary classification in both scalar and distributed memory parallel environments. Source code available.  
 
jSVM
A java wrapper for SVMlight. Source code available.  
 
Torch
Machine-learning library, written in C++ . Windows and Linux source code.  
 
mySVM
SVM implementation. An interesting java version to work with databases.  
 
libSVM
Library for SVM. It supports multi-class classification. Different interfaces for a lot of programming languages.  
 
SVMTorch
It has been specifically tailored for large-scale problems.  
 
e1071
An R package with functions for fuzzy clustering, support vector machines, etc.