Principal Components Analysis
- Principal Components Analysis
- Intuition
- Formalization
Intuition
PCA tries to identify the subspace in which the data approximately lies.
Intuitively, we choose a direction for projection and we reserve the most variance / difference.
Formalization
so the problem is transferred to choosing a eigenvector that maximize eigenvalue.
choose top k eigenvalue to reduce data dimension from \(\R^n\) down to \(\R^k\)
