This repository presents a complete implementation of single-variable Linear Regression using two approaches: a from-scratch implementation based on gradient descent and matrix operations, and a ...