Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 435 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 435 Bytes

A most basic Multilayer-Perceptron implemented in Rust, trained on a sine-wave. Likely due to an error in the implementation, the training runs quite poorly, but does converge eventually.

Running

Install cargo and run:

cd rust-multilayer-perceptron
cargo run --release  # equivalent to `cargo r -r`

License

MIT OR Apache-2.0