Popularity
1 Star
Updated Last
5 Years Ago
Started In
February 2015

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.