Juggernaut

Juggernaut is an experimental Neural Network written in Rust
Example
Want to setup a simple network using Juggernaut?
This sample creates a random binary operation network with one hidden layer:
and the output of think
is the prediction of the network after training.
Documentation
Build
To build the demo, run:
cargo build --example helloworld --verbose
then to run the compiled file:
./target/debug/examples/helloworld
Test
Install Rust 1.x and run:
cargo test
Authors
- Afshin Mehrabani (afshin.meh@gmail.com)
- Addtheice https://github.com/addtheice
and contributors
FAQ
Contributing
Fork the project and send PRs + unit tests for that specific part.
"Juggernaut"?
Juggernaut is a Dota2 hero and I like this hero. Juggernaut is a powerful hero, when he has enough farm.
License
GNU General Public License v3.0