Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 259 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 259 Bytes

keras-optimizers

Custom Keras Optimizers inherited from Keras Optimizer Class - Nadamax, Radamax, AdamDelta

Nadamax

Nestrov Adam w/ Infinity Norm

Radamax

Adam w/ Alternating Norms

AdamDelta

Adam w/ decaying average of all past squared gradients