Skip to content

An extention of the randomized singular value decomposition (SVD) algorithm to estimate the SVD of a shifted data matrix without explicitly constructing the matrix in the memory. With no loss in the accuracy of the original algorithm, the extended algorithm provides for a more efficient way of matrix factorization. The algorithm facilitates the …

License

Notifications You must be signed in to change notification settings

abasirat/Shifted-Randomized-SVD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Shifted-Randomized-SVD

An extention of the randomized singular value decomposition (SVD) algorithm to estimate the SVD of a shifted data matrix without explicitly constructing the matrix in the memory. With no loss in the accuracy of the original algorithm, the extended algorithm provides for a more efficient way of matrix factorization. The algorithm facilitates the low-rank approximation and principal component analysis (PCA) of off-center data matrices. When applied to different types of data matrices, our experimental results confirm the advantages of the extensions made to the original algorithm.

This repository contains the codes for Shifted Randomized Singular Value Decomposition

About

An extention of the randomized singular value decomposition (SVD) algorithm to estimate the SVD of a shifted data matrix without explicitly constructing the matrix in the memory. With no loss in the accuracy of the original algorithm, the extended algorithm provides for a more efficient way of matrix factorization. The algorithm facilitates the …

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages