Popularity
4.3
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.
-
crystal-fann
FANN (Fast Artifical Neural Network) binding in Crystal -
ai4cr
Artificial Intelligence for Crystal (based on https://github.com/SergioFierens/ai4r)
Collect and Analyze Billions of Data Points in Real Time
Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
Promo
www.influxdata.com
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