newron 0.4.0

A Rust library to train and infer deep learning models.
Documentation
1
2
3
4
5
6
7
trait OptimizerStep {
    fn step();
}

pub enum Optimizer {
    SGD
}