The goal of this project is to understand how Linear Regression works internally by manually implementing all its core steps — including predictions, error calculation, and parameter updates.
The dataset used (MultipleLR.csv) contains three input features and one target output. It represents a simple multiple linear relationship as shown below: