项目作者: EmanuelSommer

项目描述 :
[Rmd/HTML] Implementation of the Randomized Power Method to compute the SVD + Image compression with SVD
高级语言: HTML
项目地址: git://github.com/EmanuelSommer/svd_rand_pow.git
创建时间: 2020-05-24T15:47:44Z
项目社区:https://github.com/EmanuelSommer/svd_rand_pow

开源协议:

下载


Randomized Power Method and SVD image compression

In the Rmd/Html the randomized Power Method that is used for the computation of the Singular Value decomposition (SVD) of matrices is implemented in R and then compared with the build in svd() method of R. Moreover there is a chapter about utilzing the SVD for the compression of grey scale images.