Machine Learning/Tools

From Noisebridge
Revision as of 00:50, 9 January 2011 by Mschachter (talk | contribs) (Created page with '*[http://opencv.willowgarage.com/documentation/index.html OpenCV] **Computer Vision Library **Has ML component (SVM, trees, etc) **Online tutorials [http://www.pages.drexel.edu/~…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • OpenCV
    • Computer Vision Library
    • Has ML component (SVM, trees, etc)
    • Online tutorials here
  • Mahout
    • Hadoop cluster based ML package.
  • Weka
    • a collection of data mining tools and machine learning algorithms.
  • MOA (Massive Online Analysis)
    • Offshoot of weka, has all online-algorithms
  • scikits.learn
    • Machine learning Python package
  • LIBSVM
    • c-based SVM package