Skip to main content
  1. Posts/

Principal-Component-Analysis-explained-visually

129 words·1 min

Principal-Component-Analysis-explained-visually #

Principal Component Analysis explained visually #

Created: July 13, 2020 9:22 AM URL: https://setosa.io/ev/principal-component-analysis/ ! fb-thumb.png

Explained Visually #

with text by Lewis Lehe Principal component analysis (PCA) is a technique used to emphasize variation and bring out strong patterns in a dataset. First, consider a dataset in only two dimensions, like (height, weight). This dataset can be plotted as points in a plane. But if we want to tease out variation, PCA finds a new coordinate system in which every point has a new (x,y) value. The axes don’t actually mean anything physical; they’re combinations of height and weight called “principal components” that are chosen to give one axes lots of variation. Drag the points around in the following visualization to see PC coordinate system adjusts.