BT3017 Interactive Learning Lab
Understanding PCA Through Data, Directions, and Lost Information
Principal Component Analysis, or PCA, starts by looking at the shape of a cloud of points. It finds new
directions that follow the main trends in that cloud, starting with the direction of maximum variance. By
keeping only the most important of these directions, PCA gives each point a smaller set of new coordinates
while preserving most of the important structure. This page lets you see that process step by step using
interactive 2D and 3D examples.
See the original data shape
Understand why we center data
Build intuition for covariance
Understand eigenvectors and eigenvalues
Choose how many components to keep
See what information is lost