Linear Algebra - Part 3
I have blogged my learnings, ideology, and thought process I gained by understanding gradient descent in linear regression using matrix multiplication instead of loops in this blog
Apr 6, 2026AI & Machine Learning5 min read
I have blogged my learnings, ideology, and thought process I gained by understanding gradient descent in linear regression using matrix multiplication instead of loops in this blog
The linear regression formula, gradient descent, and how they work finally make sense to me, and I can implement them without memorising the formulas!
A practical breakdown of core linear algebra concepts for machine learning, including vectors, matrices, determinants, dot product, and cosine similarity.