No description
| examples | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| README.md | ||
rust-nn
This project is more or less a port of JavaNN into Rust to learn Rust.
Examples can be run with
cargo run -r --package rust-nn --example example_xorcargo run -r --package rust-nn --example example_sine- This creates the file
./examples/sine.pngwhere you can see the results. The red line shows the trueyvalues and the blue line the predicted ones.
- This creates the file