Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergiofierens/ai4r
Artificial Intelligence for Ruby - A Ruby playground for AI researchers
https://github.com/sergiofierens/ai4r
Last synced: 16 days ago
JSON representation
Artificial Intelligence for Ruby - A Ruby playground for AI researchers
- Host: GitHub
- URL: https://github.com/sergiofierens/ai4r
- Owner: SergioFierens
- Created: 2009-03-25T13:42:18.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T01:14:19.000Z (about 3 years ago)
- Last Synced: 2024-10-24T22:19:41.361Z (22 days ago)
- Language: Ruby
- Homepage: http://ai4r.rubyforge.org
- Size: 484 KB
- Stars: 713
- Watchers: 47
- Forks: 124
- Open Issues: 10
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
- awesome-ruby - AI4R - Algorithms covering several Artificial intelligence fields. (Machine Learning)
README
{}[https://codeclimate.com/github/SergioFierens/ai4r]
{}[https://travis-ci.org/olavolav/ai4r]= 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
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}[https://github.com/SergioFierens], email address: (sergio (at) gmail (dot) com).= Contributors
This project was created and is maintained by {Sergio Fierens}[https://github.com/SergioFierens].
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: http://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.