Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 634 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 634 Bytes

EGR-Julia

Build Status Coverage Status

The Stochastic Gradient (SG) algorithm is a popular learning algorithm for machine learning. Its main drawback is the high variance of the gradient estimates. In this evolving gradient framework, past history is used to reduce the variance of the SG step direction.

Efficient implementations of gradients for Multi-Class logistic regression, and sparse binary logistic regression are used.