Skip to content

wq2012/kPCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kernel PCA and Pre-Image Reconstruction View Kernel PCA and Pre-Image Reconstruction on File Exchange arxiv

Overview

In this package, we implement standard PCA, kernel PCA, and pre-image reconstruction of Gaussian kernel PCA.

We also provide three demos:

  1. Two concentric spheres embedding;
  2. Face classification with PCA/kPCA;
  3. Active shape models with kPCA.

Standard PCA is not optimized for very high dimensional data. But our kernel PCA implementation is very efficient, and has been used in many research projects.

This library is also available at MathWorks:

pic

Citations

If you use this library, please cite:

@article{wang2012kernel,
  title={Kernel principal component analysis and its applications in face recognition and active shape models},
  author={Wang, Quan},
  journal={arXiv preprint arXiv:1207.3538},
  year={2012}
}