Linear Algebra for CV/DL
Abstract
Demonstrates PCA and SVD for dimensionality reduction and representation learning.
Methods
- PCA: covariance + eigen decomposition
- SVD: matrix factorization
Results
- Dimensionality reduction achieved
- Trade-offs visualized
Applications
- Face recognition
- Compression
- Feature extraction
This is the project report. See the repository README and other docs/ files for supplementary material.