Popularity
4.3
Stable
Activity
0.0
Stable
9
5
2

Programming language: Crystal
License: MIT License
Tags: Machine Learning    

grey_matter alternatives and similar shards

Based on the "Machine Learning" category.
Alternatively, view grey_matter alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of grey_matter or a related project?

Add another 'Machine Learning' Shard

README

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