Releases: ZenithClown/decompose
Releases · ZenithClown/decompose
v0.1.0
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.
Draft Release
A simple implementation of PCA.