animeshsingh04 / LinearRegression

This contains an array of python notebooks which describes the linear Regression Implementation with multiple ways which internally using different Gradient Descent Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LinearRegression

#Prerequisite

  1. pip install sklearn
  2. pip install pandas
  3. pip install numpy

About

This contains an array of python notebooks which describes the linear Regression Implementation with multiple ways which internally using different Gradient Descent Algorithm


Languages

Language:Jupyter Notebook 100.0%