issues
search
AnudeepReddyBondugula
/
Machine-Learning-from-scratch
This repository consists of implementing machine learning models from scratch for understanding the mathematical concepts implemented in the algorithms
1
stars
2
forks
source link
Implement Linear Regression
#8
Open
AnudeepReddyBondugula
opened
1 year ago
AnudeepReddyBondugula
commented
1 year ago
Need to implement Linear Regression
It should support both simple and multiple Linear Regression
Don't use external Libraries (Make sure to implement everything from scratch)
Test the model and compare the accuracy before making a PR
Need to implement Linear Regression