Open tracend opened 9 years ago
SVM's are idea for labeled datasets where the results are not boolean. (multiple labels) Where do you see this fitting into the pipeline? I have played with https://www.npmjs.com/package/node-svm. It seems solid.
Thanks @silentrob - node-svm looks good.
Resources: http://en.wikipedia.org/wiki/Support_vector_machine http://docs.opencv.org/doc/tutorials/ml/introduction_to_svm/introduction_to_svm.html