rust-ml 0.1.5

A collection of machine learning algorithms implemented in pure Rust (personal project for practice).
Documentation
1
2
3
4
5
6
pub mod activation;
pub mod activation_functions;
pub mod leaky_relu;
pub mod relu;
pub mod sigmoid;
pub mod tanh;