Module multistochgrad::svrg[][src]

Expand description

A Rust implementation of Johnson-Zhang paper:
“Acceleration stochastic Gradient Descent using Predictive Variance Reduction”
SVRG

Structs

SVRGDescent

Provides stochastic Gradient Descent optimization described in :
"Accelerating Stochastic Gradient Descent using Predictive Variance Reduction".
Advances in Neural Information Processing Systems, pages 315–323, 2013