Skip to content

merritts/GradientDescent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analytics

This is sample code for fitting a linear model using variants of gradient descent.

sgd.py implements unregularized and regularized stochastic logistic regression for two classes.

bgp.py implements batch gradient descent for linear regression

About

Gradient descent algorithms for linear and logistic regression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages