Skip to content

Instantly share code, notes, and snippets.

@arunreddy
Created March 2, 2017 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arunreddy/20b64b66af97767ba0545a1dd332a5b5 to your computer and use it in GitHub Desktop.
Save arunreddy/20b64b66af97767ba0545a1dd332a5b5 to your computer and use it in GitHub Desktop.
MomentType
/**
* Stochastic Gradient Descent is a technique for minimizing a function which
* can be expressed as a sum of other functions. That is, suppose we have
*
*/
class SGDMomentum{
public:
/**
* Constructor
*/
SGDMomentum();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment