No description
Find a file
2023-01-21 15:19:55 +01:00
examples rustfmt 2023-01-21 15:19:55 +01:00
src rustfmt 2023-01-21 15:19:55 +01:00
.gitignore Added example PNGs to .gitignore 2023-01-15 23:36:38 +01:00
Cargo.toml Initial commit 2023-01-15 23:18:58 +01:00
README.md Added additional information for example_sine 2023-01-16 00:14:38 +01:00

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_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.