SVM.js. A tool that learns to sort things into two groups based on examples you show it.

github.com/karpathy/svmjs

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2013
  • Merge pull request #6 from harthur/memoize
  • add 'memoize' option to cache kernel computations
December 2012
  • Big release! fromJSON and toJSON now work. Quite substantial efficien…
November 2012
  • tiny tweaks, fixed bug in docs
  • Merge pull request #2 from harthur/npm-package
  • add note about node.js usage to readme
  • add package.json file for npm packaging
  • make svm.js usable as a node module
August 2012
  • Merge pull request #1 from panarch/master
July 2012
  • Implemented "toJSON" and "fromJSON" functions
  • Fixed predictOne function.
  • tiny tweaks for docs
  • Initial commit