AdaDelta

Constructors

this
this(ref Chain target, float lr = 1.0, float rho = 0.95, float eps = 1e-8)

Members

Functions

initStates
void initStates(string name, ref V field)
step
void step(string name, ref V field)

Meta