Arneish Prateek

Results 2 repositories owned by Arneish Prateek

CUDA-PCA-jacobi

26
Stars
4
Forks
Watchers

CUDA C implementation of Principal Component Analysis (PCA) through Singular Value Decomposition (SVD) using a highly parallelisable version of the Jacobi eigenvalue algorithm.

parallel-PCA-openmp

17
Stars
3
Forks
Watchers

A parallelized implementation of Principal Component Analysis (PCA) using Singular Value Decomposition (SVD) in OpenMP for C. The procedure used is Modified Gram Schmidt algorithm. The method for Clas...