Raja-ai / Linear_regression

Linear regression attempts to model the relationship between two variables by fitting a linear equation to observed data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gradient_descent algo

First of all we should import the data read it and give each columns a name

# gradient_descent algo

represent the points with specific parameters

gradient_descent algo

start the algorithm with the hypothesis

About

Linear regression attempts to model the relationship between two variables by fitting a linear equation to observed data


Languages

Language:Python 100.0%