Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@ZenithClown ZenithClown released this 22 Aug 08:36
· 12 commits to master since this release

Implementation of Principal Component Analysis (PCA) algorithm from scratch, by using NumPy library as the backend. The code also features examples using the IRIS Dataset, and is compared with the PCA algorithm in the scikit-learn library.