neural_net_crystal
A neural network shard for Crystal based on https://github.com/gbuesing/neural-net-ruby
NOTE Still a work in progress, however the first spec is a working example of how to use this shard.
Installation
- Add the dependency to your
shard.yml
:
dependencies:
neural_net_crystal:
github: your-github-user/neural_net_crystal
- Run
shards install
Usage
require "neural_net_crystal"
SEE: spec/neural_net_crystal_spec.cr#examples, first example
TODO Write usage instructions here
Development
TODO Write development instructions here
Contributing
- Fork it (https://github.com/your-github-user/neural_net_crystal/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
- Randy Wilson - creator and maintainer