GDSC-Bennett-University / AI-ML-Starter

This project was created with contributions at it's core. We need your help to expand the reach of this project and open-source the AI-ML basics projects.
MIT License
2 stars 5 forks source link

Implement linear regression #2

Open strikeraryu opened 2 years ago

strikeraryu commented 2 years ago

Implement linear regression from scratch in a proper class format.

With function like

you can more functions based on your requirement.

Path /algorithm

GuND0Wn151 commented 2 years ago

Implementation of Linear regression using sklearn LinearRegression

The Repo Link is: https://github.com/GuND0Wn151/Machine_learning

The Dataset is also provided in the repo

strikeraryu commented 2 years ago

No Ml libraries should be used, it should be from scratch using gradient descent

m-abdollahi commented 2 years ago

hi @strikeraryu can you assign it to me ? working on it...

strikeraryu commented 2 years ago

ok you can work on it but be sure it is proper class implementation