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.
Install cargo
and run:
cd rust-multilayer-perceptron
cargo run --release # equivalent to `cargo r -r`
MIT OR Apache-2.0