/LinearRegression

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

Primary LanguageJupyter Notebook

LinearRegression

#Prerequisite

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