[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

machine learning in Ruby?

Peter Szinek

4/18/2007 8:39:00 AM

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.rubyra... :: Ruby and Web2.0 blog
http://s... :: Ruby web scraping framework
http://rubykitch... :: The indexed archive of all things Ruby

1 Answer

Swanand

4/19/2007 11:24:00 AM

0

On Apr 18, 1:39 pm, Peter Szinek <p...@rubyrailways.com> wrote:
> 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.rubyra...:: Ruby and Web2.0 bloghttp://s...:: Ruby web scraping frameworkhttp://rubykitch...:: 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