Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 228 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 228 Bytes

Gram-Schmidt-PCA

Implements PCA using NIPALS algorithm. Also uses GRAM-SCMIDT method to avoid the problem of non-orthagonal PCs by NIPALS. Uses Numpy to implement non-GPU version stated in http://arxiv.org/pdf/0811.1081.pdf .