Skip to content

Ak-wagle/linear-regression-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

linear-regression-from-scratch

Linear Regression program from scratch, using linear curve fitting 📈

This is a linear regression model built without using any machine learning libraries such as scikit-learn, TensorFlow, etc.
However, it might not be efficient and cannot be used for other regression problems.
I found joy in implementing the concepts I learned from my math lecturer in the Statistical Methods class, which inspired me to do this.
For the rest of the operations, I used other libraries like Matplotlib, NumPy, Pandas, etc. 😅

Let’s explore the math behind machine learning. 📈

About

Linear Regression program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages