Skip to content

Releases: ZenithClown/decompose

v0.1.0

22 Aug 08:36
Compare
Choose a tag to compare

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

11 Jun 10:04
Compare
Choose a tag to compare
Draft Release Pre-release
Pre-release

A simple implementation of PCA.