Conceptual
Login

A Vector Represents a Discrete Symbol as a List of Numbers

A vector is an ordered list of numbers that stands in for something a computer cannot otherwise compare or do arithmetic on - a word, a symbol, an id. Covers what the entries of a vector mean, why a lookup table can map an integer id to a fixed-length row of numbers, and why nearness between two vectors is a meaningful statement about the things they represent.