svmjs icon indicating copy to clipboard operation
svmjs copied to clipboard

Support Vector Machine in Javascript (SMO algorithm, supports arbitrary kernels) + GUI demo

Results 3 svmjs issues
Sort by recently updated
recently updated
newest added

Hi there, I'd like to use this package as part of my thesis, but can't get it to work on Windows. I tried it with VS 2010, 2012 and 2013...

Hello @karpathy and everyone else! I have seen that you don't have any Slack Group for your library. That's why I want to propose the [BRIIM](https://bri.im/) community as [Slack Community](https://slack.bri.im/)...

Any way to speed up training would be great. From the code, it looks like the results of the kernel function could be memoized for each data pair after it's...