A minimal, from-scratch implementation of linear regression in Python using NumPy, with two training options: the Normal Equation and Gradient Descent. Includes a training script that can generate ...