开发者

least squares svm in matlab

Which ls-svm toolbox 开发者_开发问答can use in matlab? Which implementation do you recommend?


I am not 100% sure what type of SVM you're referring to, but I'm assuming you're interested in an implementation of the least squares SVM of Suykens & Vanderwalle, NIPS 99. If that's the case, I believe neither libsvm nor liblinear do that; check out http://www.esat.kuleuven.be/sista/lssvmlab/ .

If you're interested in a normal quadratic-programming formulation of the svm with quadratic slack penalties, libsvm and liblinear should work. Also, the newer subgradient-based solvers, such as pegasos may be useful as well but I am not sure of whether there is a good matlab library for you to use.


Check out both libsvm and liblinear:

  • http://www.csie.ntu.edu.tw/~cjlin/libsvm/
  • http://www.csie.ntu.edu.tw/~cjlin/liblinear/

These the are the fastest SVM solvers that I know of.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜