Skip to content

Chavelior/Split-and-Merge-SVD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Split-and-Merge-SVD

Split and Merge algorithm for SVD

This algorithm posses embarassingly paralel structure. Basic approach is to divide a given matrix by rows and applying svd on the submatrices and combining them accordingly to obtain u,v and d.

For complete information refer to "A split-and-merge approach fr singular value decomposition of large scale matrices" by Faming Liang, Runmin Shi and Qianxing Mo. Statistics and it's interface Volume9(2016) 453-459

About

Split and Merge algorithm for SVD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages