rust-nn/README.md

10 lines
417 B
Markdown
Raw Permalink Normal View History

2023-01-15 23:18:58 +01:00
# rust-nn
This project is more or less a port of [JavaNN](https://git.lluni.de/lluni/JavaNN) into Rust to learn Rust.
Examples can be run with
- `cargo run -r --package rust-nn --example example_xor`
- `cargo run -r --package rust-nn --example example_sine`
- This creates the file `./examples/sine.png` where you can see the results. The red line shows the true `y` values and the blue line the predicted ones.