No description
Find a file
2023-01-15 23:18:58 +01:00
examples Initial commit 2023-01-15 23:18:58 +01:00
src Initial commit 2023-01-15 23:18:58 +01:00
.gitignore Initial commit 2023-01-15 23:18:58 +01:00
Cargo.toml Initial commit 2023-01-15 23:18:58 +01:00
README.md Initial commit 2023-01-15 23:18:58 +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