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.
Contents
Supervised and unsupervised learning, model evaluation, and core ML mathematics
1 articles
Build linear regression from the ground up using NumPy, understand the math behind gradient descent, and implement it without any ML library.