Struct compute::optimize::optimizers::SGD [−][src]
pub struct SGD { /* fields omitted */ }
Expand description
Implements the Stochastic Gradient Descent optimizer with (Nesterov) momentum.
Implementations
Trait Implementations
Run the optimization algorithm, given a vector of parameters to optimize and a function which calculates the residuals.
Auto Trait Implementations
impl RefUnwindSafe for SGD
impl UnwindSafe for SGD
Blanket Implementations
Mutably borrows from an owned value. Read more