AdaDelta

Constructors

this
this(Chain target, float lr, float rho, float eps)

Members

Functions

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

Variables

den
StateDict den;
Undocumented in source.
eps
float eps;
Undocumented in source.
lr
float lr;
num
StateDict num;
Undocumented in source.
rho
float rho;
Undocumented in source.
target
Chain* target;
Undocumented in source.

Meta