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.
- Add the dependency to your
shard.yml
:
dependencies:
neural_net_crystal:
github: your-github-user/neural_net_crystal
- Run
shards install
require "neural_net_crystal"
SEE: spec/neural_net_crystal_spec.cr#examples, first example TODO: Write usage instructions here
TODO: Write development instructions here
- 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
- Randy Wilson - creator and maintainer