Hello! 👋 I'm a Data Scientist @ Bidgely, I graduated in Mathematics & Computing from IIT Kharagpur in 2021.

My interests include Computer Vision, Deep Learning, Software and Web developement in Python and JS, Asynchronous Programming, etc.

Feel free to reach out to me @ dibyadas998 at gmail dot com

Résumé


Blog ↓

Sherman-Morrison-Woodbury | Effect of low rank changes to matrix inverse

October 1, 2020

I recently came across this tweet about the Sherman-Morrison-Woodbury formula (henceforth referred to as SMW in this post). I was reading linear regression and I realized that this formula has a very practical application there. I will highlight the formula and briefly explain one of its applications. The Sherman-Morrison-Woodbury formula is : $$(A + uv^T)^{-1} = A^{-1} - \frac{A^{-1}uv^TA^{-1}}{1+v^TA^{-1}u}$$ where $A$ is n $\times$ n matrix and $u$ and $v$ are both n $\times$ 1 matrix. ... Read more

Hucore theme & Hugo ♥