jywarren / clashifier

Not-yet-working web service to train a classification algorithm to identify land types and perform classification on arbitrary images... esp. eventually map tiles. Will act as a map tile proxy which generates classified land cover imagery. Please help make this happen.
GNU General Public License v3.0
8 stars 2 forks source link

extend/improve with more/better classifiers #3

Open jywarren opened 12 years ago

jywarren commented 12 years ago

https://github.com/cardmagic/classifier

Suggestions:

:cartesian, :decision_tree, :naive_bayes, :neural_network

Textural/spatial classifiers too!

jywarren commented 12 years ago

Yes! http://github.com/igrigorik/decisiontree

sudo gem install decisiontree

http://www.igvita.com/2007/04/16/decision-tree-learning-in-ruby/

Asking now about non-boolean outcomes, in the comments on above post.

tmcw commented 12 years ago

Interesting projects with bindings:

SVM appears to be the new hotness and very good at discriminating between road features and everything else.