Feature extraction and selection are important techniques in machine learning. Feature extraction transforms raw data into meaningful features that better represent the data. This reduces dimensionality and complexity. Good features are unique to an object and prevalent across many data samples. Principal component analysis is an important dimensionality reduction technique that transforms correlated features into linearly uncorrelated principal components. This both reduces dimensionality and preserves information.