English

SVD Factorization for Tall-and-Fat Matrices on Parallel Architectures

Distributed, Parallel, and Cluster Computing 2023-04-04 v9

Abstract

We demonstrate an implementation for an approximate rank-k SVD factorization, combining well-known randomized projection techniques with previously known paralel solutions in order to compute steps of the random projection based SVD procedure. We structure the problem in a way that it reduces to fast computation around k×kk \times k matrices computed on a single machine, greatly easing the computability of the problem. The paper is also a tutorial on paralel linear algebra methods using a plain architecture without burdensome frameworks.

Keywords

Cite

@article{arxiv.1310.4664,
  title  = {SVD Factorization for Tall-and-Fat Matrices on Parallel Architectures},
  author = {Burak Bayramli},
  journal= {arXiv preprint arXiv:1310.4664},
  year   = {2023}
}

Comments

Fixed explanation for matrix multiplication

R2 v1 2026-06-22T01:48:49.511Z