Skip to content

blazerw/neural_net_crystal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published