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.
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.