Machine learning in Ruby?

Hi there,

I would like to implement a few things in scRUBYt! for which I would
need some machine learning tools (like Java’s weka or similar). Any
chance there is something like this (I need stuff like classificators,
(bayesian and other statistical mainly), markov models, nearest
neighbour algorithms etc).

I would also need some libraries working with automata and/or grammars
(implementation of pushodwn/finite state automaton would come handy).

Does something at least remotely similar exist so that I don’t reinvent
the wheel?

Thanks,
Peter
__
http://www.rubyrailways.com :: Ruby and Web2.0 blog
http://scrubyt.org :: Ruby web scraping framework
http://rubykitchensink.ca/ :: The indexed archive of all things Ruby

1 Like

On Apr 18, 1:39 pm, Peter S. [email protected] wrote:

Does something at least remotely similar exist so that I don’t reinvent
the wheel?

Thanks,
Peter
__http://www.rubyrailways.com:: Ruby and Web2.0 bloghttp://scrubyt.org:: Ruby web scraping frameworkhttp://rubykitchensink.ca/:: The indexed archive of all things Ruby

Hi!
There is a decisiontree gem in Ruby.
sudo gem install decisiontree. Hope this helps.
Thanks and regards,
Swanand

1 Like