Sha256: 9ed2ad9380b41968676e1193f4cde78561ad7c61038f05046a2cbb7327c0cbad
Contents?: true
Size: 1019 Bytes
Versions: 1
Compression:
Stored size: 1019 Bytes
Contents
= Introduction This project aims to produce ruby implementations of algorithms covering several Artificial intelligence fields. = Where can I find the lastest code and info on this project? http://ai4r.rubyforge.org = How to install 1. Install the gem: gem install ai4r 2. Include require statements in your code: require "rubygems" require "ai4r/classifiers/id3"en require "ai4r/classifiers/prism" require "ai4r/classifiers/one_r" require "ai4r/classifiers/zero_r" require "ai4r/neural_network/backpropagation" require "ai4r/genetic_algorithm/genetic_algorithm" = Feedback If you have questions or constructive comments about this project, please post them in the forum. If you do not want to make it public, send it to me: Sergio Fierens (sergio(dot)fierens(at)gmail(dot)com) = Warranty This software is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for a particular purpose.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ai4r-1.3 | README.rdoc |