Apache SINGA
A distributed deep learning platform .
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros
Public Member Functions | Protected Attributes | List of all members
singa::NesterovUpdater Class Reference
Inheritance diagram for singa::NesterovUpdater:
singa::Updater

Public Member Functions

virtual void Init (const UpdaterProto &proto)
 
virtual void Update (int step, shared_ptr< Param > param, float grad_scale=1.0f)
 
- Public Member Functions inherited from singa::Updater
float GetLearningRate (int step)
 

Protected Attributes

float base_lr_
 
float momentum_
 
float weight_decay_
 
- Protected Attributes inherited from singa::Updater
UpdaterProto proto_
 

The documentation for this class was generated from the following file: