makesites / intellect

Universal AI engine with a middleware architecture
https://makesites.org/projects/intellect
0 stars 0 forks source link

SVM classifier #4

Open tracend opened 9 years ago

tracend commented 9 years ago

In machine learning, support vector machines (SVMs, also support vector networks[1]) are supervised learning models with associated learning algorithms that analyze data and recognize patterns, used for classification and regression analysis.

Resources: http://en.wikipedia.org/wiki/Support_vector_machine http://docs.opencv.org/doc/tutorials/ml/introduction_to_svm/introduction_to_svm.html

silentrob commented 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.

tracend commented 9 years ago

Thanks @silentrob - node-svm looks good.