Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 567 Bytes

File metadata and controls

24 lines (19 loc) · 567 Bytes

P1 — Linear Algebra

Goal

Understand why AI is mostly matrix multiplication.

What Matters

  • Vectors as feature containers
  • Matrices as transformations
  • Dot product as similarity
  • Embeddings as geometry

What To Ignore

  • Proofs
  • Hand calculations
  • Advanced matrix theory

What You Must Be Able To Explain

  • Why embeddings capture meaning
  • Why cosine similarity works
  • Why everything reduces to numbers

Resources