LinearRegression

This is an implementation of Linear Regression with Gradient Descent.

Prerequisites

Module required to do the computation

numpy

Built With

Usage

Just run python gradientdescent.py to see the results.