Skip to content

todo/linear_regression

 
 

Repository files navigation

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.

About

Implementing linear regression using numpy from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.4%
  • Python 1.6%