Dimension reduction using PCA, PCA whitening and ZCA whitening

9 vues (au cours des 30 derniers jours)
crixus
crixus le 13 Avr 2017
Réponse apportée : Kenta le 14 Avr 2020
Hi all, I briefly understand the concept of PCA, PCA whitening and ZAC whitening which begins
1. Center the data
2. Calculate the covariance matrix
3. Solve the eigenvalue, eigenvectors of the covariance matrix
4. rotated data = eigenvector' * data
5. dimension reduced data = selected eigenvector' * data
6. PCA whitening = rotated data * eigenvalues^-0.5
7. ZCA = PCA whitening * eigenvector
So what I want to ask is that PCA whitening, ZCA whitening are calculated with all eigenvectors retained so does this mean PCA whitening and ZCA whitening do not reduce the dimension ?

Réponses (1)

Kenta
Kenta le 14 Avr 2020
ZCA whitening for image classification is available here. You can easily try this.
I hope it helps you.

Catégories

En savoir plus sur Dimensionality Reduction and Feature Extraction dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by