Understanding Gradient Descent with example
"Optimization is at the heart of machine learning. It is the process of searching through a space of possible models to find one that performs well on a task. It…
1 Comment
April 19, 2023
"Optimization is at the heart of machine learning. It is the process of searching through a space of possible models to find one that performs well on a task. It…
In this previous post on matrix multiplication, I discussed the geometrical significance of the dot product of matrices and how it represents the linear mapping of vectors. We also realized…
In my last blog on orthogonal projection, I shared how visualizing mathematical concepts help us understand them better. So, I thought of doing the same with matrix multiplication. Matrix multiplication…