AI4R :: Artificial Intelligence for Ruby
Introduction
AI4R is a collection of ruby algorithm implementations, covering several Artificial intelligence fields, and simple practical examples using them. A Ruby playground for AI researchers. It implements:
Practical examples
Genetic Algorithms
Optimization of the Travelling salesman problem (NP-hard problem)
Neural networks
Simple OCR (recognition of visual patterns)
Automatic classifiers
Automatic identification of relevant marketing targets
How to install
1. Install the gem:
gem install ai4r
2. Include require statements in your code:
require "rubygems"
require "ai4r"
Contact
If you have questions or constructive comments about this project,
send it to me: Sergio Fierens, email address:
.
Contributors
This project was created and is maintained by Sergio Fierens. There are other (great and absolutely cool) people who have donated time and code to make this project better, including:
- Thomas Kern
- Luis Parravicini
- Kevin Menard
Disclaimer Note
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.




