Crate pr_ml

Crate pr_ml 

Source
Expand description

§pr-ml library crate

If you are reading this, you are reading the documentation for the pr-ml library crate. For the cli, kindly refer to the README file.

Modules§

mnist
Code related to the MNIST dataset.
neural
Neural network module.
svm
Support vector machine module.
util
Utility functions that don’t fit elsewhere.

Type Aliases§

Matrix
Type alias for a static f32 matrix, primarily used for weights.
RowVector
Type alias for a static f32 row vector, primarily used for inputs, outputs, and biases.