Tag: high performance computing

  • Ultra-Fast Large Scale Principal Component Analysis (PCA) in R

    In this post, you will learn how to perform principal component analysis (PCA) with lower precision vectors and matrices using the R programming language and the state-of-the-art R package called MPCR. The MPCR package is currently accessible on https://github.com/stsds/MPCR and will soon be conveniently available for download on CRAN. What is PCA? PCA is an exploratory…