Overview: This project implements a simple linear regression model using the gradient descent algorithm. The goal is to analyze the relationship between two variables (x and y), compute slope and ...