Skip to content

Linear Regression concepts and intuitions presented using Jupyter Notebooks

License

Notifications You must be signed in to change notification settings

tugot17/Linear-Regression-From-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear-Regression-from-scratch

In this repository you can find linear regression written in numpy from scratch, with some theory explanation and methamatical background connected to this subject and some intuitions related to it. 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 The main file is LinearRegression.ipynb

Prerequisites

-numpy
-matplotlib

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Linear Regression concepts and intuitions presented using Jupyter Notebooks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published