English

BMF: Block matrix approach to factorization of large scale data

Machine Learning 2019-01-21 v2 Artificial Intelligence Machine Learning

Abstract

Matrix Factorization (MF) on large scale matrices is computationally as well as memory intensive task. Alternative convergence techniques are needed when the size of the input matrix is higher than the available memory on a Central Processing Unit (CPU) and Graphical Processing Unit (GPU). While alternating least squares (ALS) convergence on CPU could take forever, loading all the required matrices on to GPU memory may not be possible when the dimensions are significantly higher. Hence we introduce a novel technique that is based on considering the entire data into a block matrix and relies on factorization at a block level.

Keywords

Cite

@article{arxiv.1901.00444,
  title  = {BMF: Block matrix approach to factorization of large scale data},
  author = {Prasad G Bhavana and Vineet C Nair},
  journal= {arXiv preprint arXiv:1901.00444},
  year   = {2019}
}

Comments

Disagreement on success criteria of the method with my guide

R2 v1 2026-06-23T07:01:35.435Z