Skip to content

alirezahajibagheri/GradientDescentOneFeature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

GradientDescent

Python implementation of gradient descent algorithm. GradientDescent class gets a pandas dataframe with two columns (x and y) as input and prints out final teta_0 and teta_1 estimated values.

** Note: This code only works for a hypothesis function with two parameters teta_0 and teta_1 in form of h_teta(x) = teta_0 + teta_1 * x

About

Python implementation of gradient descent algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages