aitk
Artificial Intelligence Tool Kit for Crystal programming language.
Currently it is just a sandbox, where I learn the AI algorithms based on Artificial Intelligence for Humans books.
So far implemented
- Clustering
- K-meaning
- Radial basis functions network
- Optimization
- Nelder-Mead method
- Hill Climbing method
- Greedy Random method
Installation
Add this to your application's shard.yml
:
dependencies:
aitk:
github: greyblake/crystal-aitk
Usage
require "aitk"
Contributors
- greyblake Potapov Sergey - creator, maintainer