Principal Component Analysis
- Published
- Author
Dimensionality Reduction - Principal Component Analysis
Welcome! This workshop is from Winder.ai. Sign up to receive more free workshops, training and videos.
Sometimes data has redundant dimensions. For example, when predicting weight from height data you would expect that information about their eye colour provides no predictive power. In this simple case we can simply remove that feature from the data.
With more complex data it is usual to have combinations of features that provide predictive power. Dimensionality reduction methods attempt to apply a mathematical transformation to the data to shift the data into orthogonal dimensions. In other words they attempt to map data from complex combinations of dimensions (e.g. 3-D) into lower numbers of dimensions (e.g. 1-D).
Read more