neuro – Neuronal Network Extension for Ruby
Description
neuro is a Ruby extension, that provides a 2-Layer Back Propagation Neural Network, which can be used to categorize datasets of arbitrary size.
The network can be easily stored to or restored from the hard disk with the help of Ruby’s Marshal facility.
Installation
The library can be installed via rubygems:
# gem install neuro
The gem and the source archive can also be downloaded directly from rubyforge.org.