Vectors: two lives at once
A vector in lives two simultaneous lives.
Geometric life: an arrow from the origin, carrying direction and magnitude. Adding two arrows tip-to-tail gives a third; scaling stretches or flips.
Algebraic life: a column of numbers:
Both views are true at once. When computing, think algebraically. When confused, draw arrows. A neural network's weight vector may be -dimensional — impossible to draw — but the arrow intuition still tells you whether two gradient steps "agree" (positive dot product) or "fight" (negative). Throughout this course: bold lowercase for vectors (), for Euclidean norm, for the dot product.
