Skip to content
/ svd Public

Experimenting with Singular Value Decomposition

Notifications You must be signed in to change notification settings

devnithw/svd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Singular Value Decomposition Experiments

Experimenting with Singular Value Decomposition

Basic SVD image decomposition

The Jupyter Notebook svd_image_test.ipynb contains experimental code for breaking down a Lena image into factoring matrices and reconstructing it using truncated outer products.

SVD truncation for image denoising

In theory most of the higher sigma values correspond to outer products with higher SNR. Therefore truncating these products from the summation theoretically leads to denoising.

About

Experimenting with Singular Value Decomposition

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published