Neural Network library?

I couldn’t find a Ruby-based neural network library. Anyone out there
secretly developing one, or writing a Ruby wrapper for? Ideally, I’d
like to use something for educational purposes like T-learn, but better
and in Ruby.

thanks,
russ

On Sun, 4 Dec 2005, Russ McBride wrote:

I couldn’t find a Ruby-based neural network library. Anyone out there
secretly developing one, or writing a Ruby wrapper for? Ideally, I’d like
to use something for educational purposes like T-learn, but better and in
Ruby.

http://raa.ruby-lang.org/project/fann/

 FANN is Fast Artifical Neural Network Library.

http://raa.ruby-lang.org/project/rbsnns/

 rbsnns is a pure ruby interface to SNNS, the Stuttgart Neural 

Network
Simulator (http://www-ra.informatik.uni-tuebingen.de/SNNS). It
communicates with with the “batchman” tool from SNNS via pipes.

http://sciruby.codeforpeople.com/sr.cgi/InterestingProjects

hth.

-a

Very cool. Thanks. Have you played around with RBSNNS at all?

–russ

On Sun, 4 Dec 2005, Russ McBride wrote:

Very cool. Thanks. Have you played around with RBSNNS at all?

i have not. i’d love an assement though :wink:

-a