About 5,110 results
Open links in new tab
  1. Principal component analysis - Wikipedia

    Principal component analysis (PCA) is a linear dimensionality reduction technique with applications in exploratory data analysis, visualization and data preprocessing.

  2. Principal Component Analysis Guide & Example - Statistics by Jim

    Principal Component Analysis (PCA) takes a large data set with many variables per observation and reduces them to a smaller set of summary indices. These indices retain most of the information in the …

  3. What is principal component analysis (PCA)? - IBM

    Principal component analysis, or PCA, reduces the number of dimensions in large datasets to principal components that retain most of the original information. It does this by transforming potentially …

  4. Principal Component Analysis (PCA): Explained Step-by-Step | Built In

    Jun 23, 2025 · Principal component analysis (PCA) is a dimensionality reduction technique that transforms a data set into a set of orthogonal components — called principal components — which …

  5. Principal Component Analysis (PCA) - GeeksforGeeks

    Nov 13, 2025 · PCA (Principal Component Analysis) is a dimensionality reduction technique and helps us to reduce the number of features in a dataset while keeping the most important information. It …

  6. Principal component analysis: a review and recent developments

    Many techniques have been developed for this purpose, but principal component analysis (PCA) is one of the oldest and most widely used. Its idea is simple—reduce the dimensionality of a dataset, while …

  7. Principal component analysis (PCA) is a mathematical algorithm that reduces the dimen-sionality of the data while retaining most of the variation in the data set1.

  8. What is Principal Component Analysis (PCA)? – Tutorial & Example

    What is Principal Component Analysis (PCA)? Principal Component Analysis (PCA) is a mathematical algorithm in which the objective is to reduce the dimensionality while explaining the most of the …

  9. Principal component analysis (PCA) is a mathematical procedure that transforms a number of (possibly) correlated variables into a (smaller) number of uncorrelated variables called principal components.

  10. Principal Component Analysis (PCA) · CS 357 Textbook

    PCA, or Principal Component Analysis, is an algorithm to reduce a large data set without loss of important imformation.