Incremental PCA
  • References/Python/scikit-learn/Examples/Decomposition

Incremental principal component analysis (IPCA) is typically used as a replacement for principal component analysis (PCA) when the dataset to be decomposed is too large to fit

2025-01-10 15:47:30
Principal components analysis
  • References/Python/scikit-learn/Examples/Decomposition

These figures aid in illustrating how a point cloud can be very flat in one direction?which is where PCA comes in to choose a direction that is not flat.

2025-01-10 15:47:30
Sparse coding with a precomputed dictionary
  • References/Python/scikit-learn/Examples/Decomposition

Transform a signal as a sparse combination of Ricker wavelets. This example visually compares different sparse coding methods using the

2025-01-10 15:47:30
Blind source separation using FastICA
  • References/Python/scikit-learn/Examples/Decomposition

An example of estimating sources from noisy data.

2025-01-10 15:47:30
PCA example with Iris Data-set
  • References/Python/scikit-learn/Examples/Decomposition

Principal Component Analysis applied to the Iris dataset. See

2025-01-10 15:47:30
Faces dataset decompositions
  • References/Python/scikit-learn/Examples/Decomposition

This example applies to The Olivetti faces dataset different unsupervised matrix decomposition (dimension reduction) methods from

2025-01-10 15:47:30
Image denoising using dictionary learning
  • References/Python/scikit-learn/Examples/Decomposition

An example comparing the effect of reconstructing noisy fragments of a raccoon face image using firstly online

2025-01-10 15:47:30
Kernel PCA
  • References/Python/scikit-learn/Examples/Decomposition

This example shows that Kernel PCA is able to find a projection of the data that makes data linearly separable.

2025-01-10 15:47:30
FastICA on 2D point clouds
  • References/Python/scikit-learn/Examples/Decomposition

This example illustrates visually in the feature space a comparison by results using two different component analysis techniques.

2025-01-10 15:47:30
Comparison of LDA and PCA 2D projection of Iris dataset
  • References/Python/scikit-learn/Examples/Decomposition

The Iris dataset represents 3 kind of Iris flowers (Setosa, Versicolour and Virginica) with 4 attributes: sepal length, sepal width,

2025-01-10 15:47:30