PCA demonstration and tool

版本 1.0.3 (2.6 KB) 作者: 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
5.0 次下载
更新时间 2023/9/11

查看许可证

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.

引用格式

Lyes Demri (2024). PCA demonstration and tool (https://www.mathworks.com/matlabcentral/fileexchange/135141-pca-demonstration-and-tool), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2023a
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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