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

  1. Add the dependency to your shard.yml:
dependencies:
  neural_net_crystal:
    github: your-github-user/neural_net_crystal
  1. 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

  1. Fork it (https://github.com/your-github-user/neural_net_crystal/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