AI4R :: Artificial Intelligence for Ruby
Introduction

AI4R is a collection of ruby algorithms 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)
Genetic Algorithms Example

Neural networks
Simple OCR (recognition of visual patterns)
Neural Network Example

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"
Development Roadmap

AI4R is an active project. If you are interested about what we are working on, checkout the development roadmap

Current active contributors are:

Contact

If you have questions or constructive comments about this project, please post them in the forum. I get an email notification when you post, and I do my best to answer as soon as possible.

If you do not want to make it public, send it to me: Sergio Fierens, email address: (sergio (dot) fierens (at) gmail (dot) com). But please, try to post them in the forum. I get tons of emails and it would be great to make them public to help everyone.

Also, there is an irc channel on Freenode (#AI4R), where developers discuss the current progress.

Disclaimer Note

In plain English:

This project was created by Sergio Fierens, but the AI algorithms were created by other people who are actually much more clever than Sergio. He does his best implementing them, but he cannot warranty that these implementations are accurate.

In Legalese:

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.