Skip to content

Sohaib1424/Linear-Regression-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linear Regression from scratch

In this repository you can find linear regression written in numpy from scratch based on linear algebra. It's one of the most basic problems in machine learning. According to some data and target points, we are creating a line with which we are going to predict new values.

drawing

Getting Started

To run it You need jupyter notebook installed or You can run it using google colab.

The main file is LinearRegression.ipynb

Prerequisites

-numpy
-matplotlib

Author