Forest. A decision tree system you can train on your own data in MATLAB.

github.com/karpathy/Random-Forest-Matlab

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2014
  • Update README.txt
October 2012
  • Fixing an entropy compute bug
April 2012
  • Adding SVMs (linear, l2svm, rbf, poly) and shuffling few files around
  • Improving space complexity for deep trees
  • Better documentation of current features, usage
  • Several minor improvements. General clean up, nicer API, bug fix for …
March 2012
  • README file update
  • initial commit, random forest for classification