The purpose of this repository is to document my journey in learning machine learning and implementing various algorithms and data structures in Rust, from scratch.
- Matrices
- Neural Network
- Learning an XOR Gate function using a Neural Network
To run tests:
cargo test
To run examples: cargo run
or cargo run --release
(faster execution)
Copyright (c) 2019, Long Nguyen [email protected]
Licensed under the MIT License