PCA and ICA Package

Implements Principal Component Analysis (PCA) and Independent Component Analysis (ICA)
40,1K descargas
Actualizado 5 may 2018

Ver licencia

This package contains functions that implement Principal Component Analysis (PCA) and Independent Component Analysis (ICA).
PCA and ICA are implemented as functions in this package, and multiple examples are included to demonstrate their use.
In PCA, multi-dimensional data is projected onto the singular vectors corresponding to a few of its largest singular values. Such an operation effectively decomposes the input single into orthogonal components in the directions of largest variance in the data. As a result, PCA is often used in dimensionality reduction applications, where performing PCA yields a low-dimensional representation of data that can be reversed to closely reconstruct the original data.
In ICA, multi-dimensional data is decomposed into components that are maximally independent in an appropriate sense (kurtosis and negentropy, in this package). ICA differs from PCA in that the low-dimensional signals do not necessarily correspond to the directions of maximum variance; rather, the ICA components have maximal statistical independence. In practice, ICA can often uncover disjoint underlying trends in multi-dimensional data.

Citar como

Brian Moore (2024). PCA and ICA Package (https://www.mathworks.com/matlabcentral/fileexchange/38300-pca-and-ica-package), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2011b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Dimensionality Reduction and Feature Extraction en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: EOF

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
2.2.0.0

Improving implementation efficiency.

2.1.0.0

Adding support for audioread() function in loadAudio()

2.0.0.0

- Adding support for kurtosis-based Fast ICA
- Adding the max-kurtosis ICA algorithm
- Shiny new ICA demos on source separation (including real audio data)

1.4.0.0

Uploading .zip (omitted in last update)

1.3.0.0

Improving documentation and code performance

1.2.0.0

Updating myPCA() documentation

1.1.0.0

Fixing bug in myMultiGaussian(). Needed to use lower triangular Cholesky factorization, not the upper triangular version.

1.0.0.0