Tutorial for Kernel-PCA made for the course STAT3007/7007 @UQ.
Kernel-PCA extends traditional PCA for non-linear dimensionality reduction.
- Install Poetry.
- Clone the repo.
- Install dependencies with Poetry.
poetry install --no-root-
Activate Poetry's virtual environment.
-
Run the notebook:
kernel_pca.ipynb: Basic examples and plotting of advantages and limitations.