vectorflow ~master (2020-05-21T03:08:59Z)
Dub
Repo
AdaGrad.ada_op2
vectorflow
optimizers
AdaGrad
Undocumented in source. Be warned that the author may not have intended to support it.
class
AdaGrad
version(LDC)
pragma(
inline
, true) static pure
@
fastmath
void
ada_op2
(
float
[]
row
,
float
[]
g
,
float
[]
sg
,
float
lr_
,
float
eps_
)
Meta
Source
See Implementation
vectorflow
optimizers
AdaGrad
constructors
this
functions
current_lr
dup
params_to_optimize
register
toString
update
update_general
mixins
__anonymous
static functions
ada_op1
ada_op2
update_matrix
variables
W
_update
acc_grad
eps
grad