Is it necessary to normalize a training data for KPCA?

조회 수: 2 (최근 30일)
K M Ibrahim Khalilullah
K M Ibrahim Khalilullah 2017년 12월 5일
답변: Aditya 2025년 3월 25일
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

답변 (1개)

Aditya
Aditya 2025년 3월 25일
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

카테고리

Help CenterFile Exchange에서 Dimensionality Reduction and Feature Extraction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by