NumPy
-

What I Learned by Building Linear Regression from Scratch with NumPy
.
A practical look at what I learned while building Linear Regression from scratch using NumPy, including data preparation, Gradient Descent, model evaluation, and comparison with Scikit-Learn during my internship…
-

ML Fundamentals: Linear Regression from Scratch Using NumPy
.
Learn ML Fundamentals by building a Linear Regression model from scratch using NumPy, Gradient Descent, MSE, and manual model evaluation.
