Module multistochgrad::svrg

source ·
Expand description

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

Structs§

  • 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