Optimal¶
Optimal learning schedule as proposed by Léon Bottou.
Parameters¶
-
loss
Type → optim.losses.Loss
-
alpha
Default →
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
Type → optim.losses.Loss
alpha
Default → 0.0001
Returns the learning rate at a given iteration.
Parameters