What is Principal Component Analysis (PCA) and what does it mathematically optimize?

Data Science with Python Hard

Data Science with Python — Hard

What is Principal Component Analysis (PCA) and what does it mathematically optimize?

Key points

  • PCA finds principal components with maximum variance
  • It reduces dimensions by projecting data onto these components
  • PCA is based on eigenvectors of the covariance matrix

Ready to go further?

Related questions