/linear_regression

Implementing linear regression using numpy from scratch

Primary LanguageJupyter Notebook

Linear Regression from Scratch using NumPy

This repository contains implementation for linear regression using python, only with numpy package.

Both jupyter notebook (.ipynb) and markdown file (.md) can be found in the directory.

Moreover, class implementation for linear regression, which helps the user to use the implementation as a module, is added.