No description
| lib | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| shard.yml | ||
nikonet
Basic neural network in Crystal Language
Usage
- Install crystal
- cd into root of project
crystal build -o nikonet src/nikonet.crchmod +x ./nikonet./nikonet
Contributing
- Fork it (https://git.nikobojs.com/nikobojs/nikonet)
- 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
- nikobojs - creator and maintainer