Linear Regression: From Intuition to Implementation
1. Learning Intuition
Before writing any code, I focused on understanding what linear regression actually does instead of just memorizing formulas.
The best fit line does not try to pass through every data point. Instead, it predicts values that wor...
mlbynidhi.hashnode.dev4 min read