• Stars
    star
    1
  • Language
    Julia
  • License
    Other
  • Created about 9 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.