Linear Algebra for Computer Vision & Deep Learning

Comprehensive linear algebra utilities and educational resources for computer vision and deep learning

View project on GitHub
↑ Up to Miscellaneous Projects Portfolio

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.