100 Days Challenge Day 27 Linear Regression and Gradient Descent from Scratch Implemented Linear Regression using Gradient Descent (Mini-batch) using only numpy matrix operations. Code: https://github.com/hithesh111/Hith100/blob/master/linear_regression_gradient_descent.ipynb
No comments