Skip to content

jacobcvt12/GradDescent.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.