Principal Component Analysis (PCA):A statistical method used for dimension reduction that transforms data into a new coordinate system, where the greatest variance by any projection lies on the first coordinate, the second greatest variance on the second coordinate, and so on.
Feature Extraction: The process of transforming raw data into a set of usable features that can help improve model performance in machine learning, often involving dimension reduction techniques.
t-Distributed Stochastic Neighbor Embedding (t-SNE): A non-linear dimensionality reduction technique particularly well suited for visualizing high-dimensional datasets by reducing them to two or three dimensions.