standard PCA, Gaussian kernel PCA, polynomial kernel PCA, pre-image reconstruction
https://www.mathworks.com/matlabcentral/fileexchange/39715-kernel-pca-and-pre-image-reconstruction
Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
Kernel PCA and Pre-Image Reconstruction
Overview
In this package, we implement standard PCA, kernel PCA, and pre-image reconstruction of Gaussian kernel PCA.
We also provide three demos:
- Two concentric spheres embedding;
- Face classification with PCA/kPCA;
- 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:
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}
}
Citar como
Quan Wang (2026). Kernel PCA and Pre-Image Reconstruction (https://github.com/wq2012/kPCA/releases/tag/v3.2), GitHub. Recuperado .
Agradecimientos
Inspiración para: PCA Based Face Recognition System Using ORL Database
Categorías
Más información sobre Dimensionality Reduction and Feature Extraction en Help Center y MATLAB Answers.
Información general
- Versión 3.2 (6,94 MB)
-
Ver licencia en GitHub
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 3.2 | See release notes for this release on GitHub: https://github.com/wq2012/kPCA/releases/tag/v3.2 |
||
| 1.4.0.0 | Fixed a fatal bug in pre-image reconstruction. |
||
| 1.3.0.0 | addpath('../code') in demo2 |
||
| 1.2.0.0 | We replaces all demos, and the data used for the demo. We also updated the document to provide better illustration and better experiments. Now the code generates exactly the same results as shown in the paper. |
||
| 1.1.0.0 | The efficiency is optimized. |
||
| 1.0.0.0 |

