Skip to content

djhshih/stograd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stograd

A C++ header-only library for stochastic gradient descent.

This library provides a common interface for stochastic gradient descent for many learning rate adaption methods:

  • Momemtum
  • RMSprop
  • AdaDelta
  • ADAM
  • AdaMax
  • YamAdam
  • AMSGrad
  • YOGI

For an example on how to implement a statistical model (comprising of an objective function and optionally a gradient function) that will be fitted to the data using stochastic gradient descent, see demo/lm.cpp.

Dependency

  • gcc >= 4.8

About

Stochastic gradient descent library in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published