This project implements Linear Regression using Gradient Descent without relying on machine learning libraries. The implementation is validated by comparing its performance with scikit-learn's ...