Popularity
4.4
Growing
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.
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
Promo
getstream.io

Do you think we are missing an alternative of grey_matter or a related project?
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
- Fork it ( https://github.com/dorkrawk/grey_matter/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- dorkrawk (Dave) - creator, maintainer