Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dorkrawk/grey_matter
Grey Matter is a basic artificial neural network library for Crystal.
https://github.com/dorkrawk/grey_matter
Last synced: 30 days ago
JSON representation
Grey Matter is a basic artificial neural network library for Crystal.
- Host: GitHub
- URL: https://github.com/dorkrawk/grey_matter
- Owner: dorkrawk
- License: mit
- Created: 2017-04-12T05:19:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T18:53:39.000Z (over 7 years ago)
- Last Synced: 2024-08-03T17:13:33.882Z (4 months ago)
- Language: Crystal
- Size: 6.84 KB
- Stars: 9
- Watchers: 5
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-crystal - grey_matter - A basic artificial neural network library (Machine Learning)
README
# grey_matter
Gray Matter is a basic [artificial neural network](https://en.wikipedia.org/wiki/Artificial_neural_network) for Crystal.
## Installation
Add this to your application's `shard.yml`:
```yaml
dependencies:
grey_matter:
github: dorkrawk/grey_matter
```## Usage
```crystal
require "grey_matter"
```## Why The Name?
I like [brains](https://en.wikipedia.org/wiki/Grey_matter) and [Oingo Boingo](https://www.youtube.com/watch?v=KzEFLz_W2rw).
## 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
- [dorkrawk](https://github.com/dorkrawk) (Dave) - creator, maintainer