Optimal¶
Optimal learning schedule as proposed by LΓ©on Bottou.
Parameters¶
-
loss ('optim.losses.Loss')
-
alpha β defaults to
0.0001
Methods¶
get
Returns the learning rate at a given iteration.
Parameters
- t ('int')
Optimal learning schedule as proposed by LΓ©on Bottou.
loss ('optim.losses.Loss')
alpha β defaults to 0.0001
Returns the learning rate at a given iteration.
Parameters