Image Reconstruction using Singular Value Decomposition (SVD) in Python

In this post, we will explore the use of SVD on Image analysis. We will mainly use SVD on images to get main components/singular vectors capturing the image and use part of them to reconstruct the image. Singular Value Decomposition (SVD) is one of the commonly used dimensionality reduction techniques. SVD/PCA is the mainstay of… Continue reading Image Reconstruction using Singular Value Decomposition (SVD) in Python