• Stars
    star
    9
  • Rank 1,879,981 (Top 39 %)
  • Language
    Crystal
  • License
    MIT License
  • Created about 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Grey Matter is a basic artificial neural network library for Crystal.

grey_matter

Gray Matter is a basic artificial neural network for Crystal.

Installation

Add this to your application's shard.yml:

dependencies:
  grey_matter:
    github: dorkrawk/grey_matter

Usage

require "grey_matter"

Why The Name?

I like brains and Oingo Boingo.

Contributing

  1. Fork it ( https://github.com/dorkrawk/grey_matter/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors