ApoorvDixit999 / Single-Variable-Linear-Regression-from-scratch-

Using just math to apply gradient descent for single variable linear regression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single-Variable-Linear-Regression-from-scratch-

Using just math to apply gradient descent for single variable linear regression

Requirements

  • Python 3.x
  • NumPy
  • pandas
  • scikit-learn
  • Matplotlib

Installation

To install the necessary packages, you can use pip:

pip install numpy pandas scikit-learn matplotlib

Dataset

Housing Prices Competition for Kaggle Learn Users

About

Using just math to apply gradient descent for single variable linear regression


Languages

Language:Jupyter Notebook 100.0%