Playing with Singular Value Decomposition: Differences between Numpy & MATLAB (Image Compression)

3 years ago
25

This is a somewhat spur-of-the-moment video. I was revisiting some old MATLAB code that involved the singular value decomposition and since we are using Python more and more, I wanted to familiarize myself with the Numpy implementation thereof. Normally, the two languages are pretty similar, but in this case, there are enough differences that I wanted to note them down for future reference. So this video is essentially me detailing some of the major differences them.

Github: https://github.com/kpmooney/numerical_methods_youtube/tree/master/svd

Tip Jar: https://paypal.me/kpmooney

Loading 1 comment...