/rustnet

Neural network library in Rust

Primary LanguageRust

rust-ml

Machine learning algorithms implemented in the Rust programming language, as practice.

To-Dos

[ ] Solve exercises from Andrew Ng's machine learning course. First exercise should be done with stdlib, then refactored (i.e. for CSV reading). [ ] Switch from using Vecs to an external library for matrix data structures.