Skip to content

This is my implementation of gradient descent algorithm for linear regression. It implements normal (batch) GD, mini-batch, stochastic, adagrad, rmsprop and adam improves as well.

Notifications You must be signed in to change notification settings

mmostafa-95/Gradient_Descent_for_Linear_Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Gradient_Descent_for_Linear_Regression

This is my implementation of gradient descent algorithm for linear regression. It implements normal (batch) GD, mini-batch, stochastic, adagrad, rmsprop and adam improves as well.

About

This is my implementation of gradient descent algorithm for linear regression. It implements normal (batch) GD, mini-batch, stochastic, adagrad, rmsprop and adam improves as well.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published