Linear Regression from Scratch with NumPy
Build linear regression from the ground up using NumPy, understand the math behind gradient descent, and implement it without any ML library.
ML algorithms and techniques
1 articles
Build linear regression from the ground up using NumPy, understand the math behind gradient descent, and implement it without any ML library.