newron 0.5.1

A Rust library to train and infer deep learning models.
Documentation
1
2
3
4
5
6
7
8
pub mod confusion_matrix;

pub enum Metric {
    Accuracy,
    Recall,
    Precision,
    F1,
}