Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVM classifier #4

Open
tracend opened this issue Jan 2, 2015 · 2 comments
Open

SVM classifier #4

tracend opened this issue Jan 2, 2015 · 2 comments
Labels

Comments

@tracend
Copy link
Member

tracend commented Jan 2, 2015

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

@tracend tracend added the feature label Jan 2, 2015
@silentrob
Copy link
Contributor

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
Copy link
Member Author

tracend commented Jan 3, 2015

Thanks @silentrob - node-svm looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants