gradients 0.3.4

An OpenCL, CUDA and CPU based Deep Learning Library
Documentation
1
2
3
4
5
mod adam;
mod sgd;

pub use adam::*;
pub use sgd::*;