SimpleCV.MachineLearning example?
Can some provide a simple SimpleCV.MachineLearning.KNNClassifier, NaiveBayesClassifier, SVMClassifier, and/or TreeClassifier code example? (sorry to be such a newbie)
Can some provide a simple SimpleCV.MachineLearning.KNNClassifier, NaiveBayesClassifier, SVMClassifier, and/or TreeClassifier code example? (sorry to be such a newbie)
I should mention, although haven't had time yet, I would like to get Scikits-learn integrated as well. They have a face recognition example I would like to merge into SimpleCV.
If you are interested in tackling this: http://scikit-learn.org/
Hi lforet,
Why don't you give the MLTestSuite a glance and see if it helps you along:
https://github.com/ingenuitas/SimpleCV/blob/master/SimpleCV/tests/MLTestSuite.py
This should give you examples of all of the ML methods and all of the feature extractors. If you have still have some issues I can beef up the documentation. Also feel free to ask more questions.
Asked: 2012-01-30 22:07:34 -0500
Seen: 606 times
Last updated: Jul 26 '12