Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 841 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 841 Bytes

GradDescent

Build Status Build status codecov

Gradient Descent optimizers in Julia. You provide the gradient, this package calculates the appropriate change in parameters, according to one of several gradient descent optimizers.