grey_matter
Version, currently master branch1 version
- master branchlatestJun 26, 2017
github.com/dorkrawk/grey_matter
Grey Matter is a basic artificial neural network library for Crystal.
9 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
grey_matter:
github: dorkrawk/grey_matter
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.21.1- License
- MIT
- Author
- Dave <dave.schwantes@gmail.com>
Dependencies
This version declares no dependencies.
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
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Jun 26, 2017
- Crystal
0.21.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/dorkrawk/grey_matter
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 12, 2026
- Synced
- Aug 12, 2026
- Versions
- 1