Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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