exp_decay | R Documentation |
Compute the learning Rate for a given epoch using Exponential Decay.
exp_decay(lrmax = 0.005, mult = 0.1, epoch = NULL)
lrmax |
Upper limit of the range for the learning rate. |
mult |
Factor, by which the number of epochs until a restart is decreased after a new step. |
epoch |
Epoch, for which the learning rate shall be calculated. |
A numeric value.
exp_decay(lrmax = 0.005, mult = 0.1, epoch = 8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.