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::Updater Class Referenceabstract

Updater for Param. More...

#include <updater.h>

Inheritance diagram for singa::Updater:
singa::AdaGradUpdater singa::NesterovUpdater singa::RMSPropUpdater singa::SGDUpdater

Public Member Functions

virtual void Init (const UpdaterProto &proto)
 
virtual void Update (int step, shared_ptr< Param > param, float grad_scale=1.0f)=0
 
float GetLearningRate (int step)
 

Protected Attributes

UpdaterProto proto_
 

Detailed Description

Updater for Param.


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