Project

ai4r

0.37
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Ruby algorithm implementations covering several Artificial intelligence fields, including Genetic algorithms, Neural Networks, machine learning, and clustering.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

<img src=“https://codeclimate.com/github/SergioFierens/ai4r.png” /> <img src=“https://travis-ci.org/olavolav/ai4r.svg?branch=travis-ci-testing” alt=“Build Status” />

Introduction¶ ↑

This project aims to produce ruby implementations of algorithms covering several Artificial intelligence fields.

How to install¶ ↑

  1. Install the gem:

gem install ai4r
  1. 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: (sergio (at) gmail (dot) com).

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. You can check out the complete AI4R contributors list: github.com/SergioFierens/ai4r/graphs/contributors.

Disclaimer¶ ↑

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.