Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 172 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 172 Bytes

Stochastic Optimizers

Naive implementation of popular stochastic optimizers

Here is

  • SGD
  • Momentum
  • Nesterov Accelerated Gradient
  • Adagrad
  • RMSProp
  • Adam