Machine Learning
132 views
PCA
Quick Definition
Statistical technique reducing dimensionality via principal components
Full Definition
Principal Component Analysis reduces dimensionality by transforming features into uncorrelated principal components.
Examples
data visualization, noise reduction, feature extraction
Related Terms
dimensionality-reduction
feature-extraction
More Machine Learning Terms
Contrastive Learning
Self-supervised learning by contrasting data pairs
Multi-Task Learning
Training one model for multiple related tasks simultaneously
Reinforcement Learning ML
Learning optimal decisions through environment interaction
UMAP
Fast dimensionality reduction preserving local and global structure
Autoencoder
Neural network learning compressed data representations
K-Nearest Neighbors
Classifying based on majority class of k nearest neighbors