PCA demonstration and tool

Version 1.0.3 (2,59 ko) par Lyes Demri
This is just a small demo of PCA and includes a function to encode a data matrix with the smallest amount of dimensions
7 téléchargements
Mise à jour 11 sept. 2023

Afficher la licence

PCA_demo.m is a demonstration of Principal Component Analysis in action and is based on Ian Goodfellow's Deep Learning Book.
PCA.m is a function that will reduce the data you feed it using the smallest amount of dimensions necessary to represent it while preserving a reconstruction error below a threshold you can choose.

Citation pour cette source

Lyes Demri (2025). PCA demonstration and tool (https://www.mathworks.com/matlabcentral/fileexchange/135141-pca-demonstration-and-tool), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2023a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Tags Ajouter des tags

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.3

Fixed exit criterion

1.0.2

Fixed output such that each point is a row of c (instead of a column)

1.0.1

Added varargin to PCA function

1.0.0