Skip to content

Unoptimized Multilayer-Perceptrons (MLPs) in Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

lumi-a/rust-multilayer-perceptron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Unoptimized Multilayer-Perceptrons (MLPs) in Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages