Is it necessary to normalize a training data for KPCA?

4 Ansichten (letzte 30 Tage)
K M Ibrahim Khalilullah
K M Ibrahim Khalilullah am 5 Dez. 2017
Beantwortet: Aditya am 25 Mär. 2025
I download some code from matlab file exchange. But nobody ensures about the data normalization that the data has zero-mean(approximately). The link to the code of matlab file exchange is here: https://www.mathworks.com/matlabcentral/fileexchange/39715-kernel-pca-and-pre-image-reconstruction

Antworten (1)

Aditya
Aditya am 25 Mär. 2025
Hi,
Yes, it is generally necessary to normalize your training data before applying Kernel Principal Component Analysis (KPCA). Normalization is an important preprocessing step for several reasons:
  • Scale Sensivity
  • Kernel Function behaviour
  • Improved Convergence

Kategorien

Mehr zu Dimensionality Reduction and Feature Extraction finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by