Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best MATLAB toolbox that implements Support Vector Regression? [closed]

In this Wikipedia article about SVM there are a number of links to different implementations of MATLAB toolboxes for Support Vector Machines. Could anyone suggest which of these is best in terms of speed, ease of use, etc.?

like image 530
Degvik Avatar asked Oct 14 '08 18:10

Degvik


1 Answers

I've used libSVM. It is pretty fast and easy, and provides some useful tools, too. There are some examples of it in use here. The other nice thing is that there are implementations in C++ and Java, too, so if you find yourself needing to develop outside of Matlab (to turn a prototype into something speedy, for example), you will have a familiar interface to work with.

like image 97
Jason Sundram Avatar answered Nov 16 '22 00:11

Jason Sundram