From: Tom Copeland Date: 2003-12-02T04:18:29+09:00 Subject: Re: Artificial Intelligence and Machine Learning Programs in Ruby On Fri, 2003-11-28 at 13:37, Ryosuke Kadoi wrote: > Hi All, > > Does anyone know artificial intelligence and machine learning programs > implemented in Ruby? I'm trying to implement either a hidden markov or > artificial neural network in Ruby? But I would like to know anyone who has > done this before. These kinds of programs usually are implememented in C++ > or Java though. If you know any information regarding this matter, please > let me know any examples or websites (English or Japanese websites). You might find this interesting: http://ai-app-prog.rubyforge.org/ It's a translation of the C examples in M. Tim Jones' "AI Application Programming" to Ruby. Yours, tom