Skip to content

Clarify SVD intuition and eigenvalue connection#3

Open
ncylich wants to merge 2 commits intoHenryNdubuaku:mainfrom
ncylich:svd-in-depth
Open

Clarify SVD intuition and eigenvalue connection#3
ncylich wants to merge 2 commits intoHenryNdubuaku:mainfrom
ncylich:svd-in-depth

Conversation

@ncylich
Copy link

@ncylich ncylich commented Feb 26, 2026

Summary

  • Adds a bullet explaining why $A^TA$ appears in SVD: it maps input space back to itself, so its eigenvectors reveal which directions $A$ stretches most
  • Adds a concise one-liner on how to compute SVD from the eigendecomposition of $A^TA$
  • Adds a sub-bullet linking singular values to eigenvalues: $\sigma_i = \sqrt{\lambda_i}$

Replace all ```math fenced code blocks with $$...$$ display math
across 12 files. This makes equations render correctly in Obsidian
while remaining compatible with GitHub. Also updates the README
contribution guidelines to reflect the new convention.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant