Description Usage Arguments Value
Conditional Gradient
1 2 3 4 5 6 7 8 9 10 11 |
learning_rate |
A Tensor or a floating point value, or a schedule that is a tf$keras$optimizers$schedules$LearningRateSchedule The learning rate. |
lambda_ |
A Tensor or a floating point value. The constraint. |
epsilon |
A Tensor or a floating point value. A small constant for numerical stability when handling the case of norm of gradient to be zero. |
use_locking |
If True, use locks for update operations. |
name |
Optional name prefix for the operations created when applying gradients. Defaults to 'ConditionalGradient'. |
clipnorm |
is clip gradients by norm. |
clipvalue |
is clip gradients by value. |
decay |
is included for backward compatibility to allow time inverse decay of learning rate. |
lr |
is included for backward compatibility, recommended to use learning_rate instead. |
Optimizer for use with 'keras::compile()'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.