mljs / libsvm

LIBSVM for the browser and nodejs :fire:
https://mljs.github.io/libsvm/
BSD 3-Clause "New" or "Revised" License
82 stars 14 forks source link

simple question #1

Closed maasencioh closed 7 years ago

maasencioh commented 7 years ago

Hi @stropitek! I wonder why this module, if we already have https://github.com/mljs/svm ?

stropitek commented 7 years ago

Hey @maasencioh The current library is based on very simplistic version of the algorithm, more destined for students to learn the algorithm than for people to use it... libsvm uses some complex heuristics to make it faster, and it also enables several type of SVMs, including support vector regressions! It's also a pretext for learning a little bit of emscripten :smile: If you want to know more about the library: https://www.csie.ntu.edu.tw/~cjlin/libsvm/

maasencioh commented 7 years ago

well, I hope that when you finish them we can make them compite for a while! 💪 😄