anmol27katyani / JMOC-2019-scripts

A playground to learn how things work using the fun of python
0 stars 5 forks source link

Create LINEAR_REGRESSION.py #28

Closed HarshCasper closed 4 years ago

HarshCasper commented 4 years ago

Filename: LINEAR_REGRESSION.py

Purpose: To implement Linear Regression, which is a popular Machine Learning Algorithm on a Headbrain Dataset to predict the weight of the brain using the size of the head. The program has been written from scratch without using any existing Machine Learning Library.

anmol27katyani commented 4 years ago

I