Know any good c++ support vector machine (SVM) libraries?

levesque picture levesque · Nov 10, 2009 · Viewed 21.3k times · Source

Do you know of any good c++ svm libraries out there I tried libsvm http://www.csie.ntu.edu.tw/~cjlin/libsvm/ but so far I'm not flabbergasted.

I have also heard of SVMLight and TinySVM. Have you tried them ? Any new players ?

Thanks !

Answer

rcs picture rcs · Nov 10, 2009
  • SVMTorch (support vector machines for large-scale regression problems) implemented in the torch machine learning library.
  • mySVM - based on the optimization algorithm of SVM-Light.

A comprehensive list of SVM libraries can be found here.