greyblake / crystal-aitk

Artificial Intelligence Tool Kit for Crystal lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Installation

Add this to your application's shard.yml:

dependencies:
  aitk:
    github: greyblake/crystal-aitk

Usage

require "aitk"

Contributors

  • greyblake Potapov Sergey - creator, maintainer

About

Artificial Intelligence Tool Kit for Crystal lang

License:MIT License


Languages

Language:Crystal 100.0%