Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 278 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 278 Bytes

ML_optimization_algorithms

This is an implementation of different optimization algorithms such as: - Gradient Descent (stochastic - mini-batch - batch) - Momentum - NAG - RMS-prop - BFGS - Adam Also, most of them are implemented in vectorized form for multi-variate problems