From Words to Coordinates
The viewer learns why machines need numeric representations of language and how embeddings turn raw words into coordinates they can compare.
How Machines Find Meaning starts with a simple shift: words become numbers, and numbers become coordinates machines can compare. By the end, you'll know: why language needs encoding, how embeddings place words, and what similarity reveals. When a computer sees a word, it does not get meaning for free. It gets a symbol. So the first job is to turn that symbol into coordinates the system can work with. That is why embeddings matter. They give each word a position in a space where similar items land near each other, so the model can compare them, combine them, and pass them forward without guessing from scratch every time. Now we can trace the mechanism backward. If two words end up close together, that is not because someone hand-labeled them as related. It is because the model kept seeing them behave in similar ways across data. So an embedding is not a dictionary entry. It is a learned coordinate. During training, the system adjusts those coordinates again and again until the space itself starts to reflect usage: words that share patterns move nearer, and words that play different roles drift apart. You can predict what this gives you. Once meaning is stored as a vector, the model can measure similarity, cluster related terms, and feed later layers something structured instead of raw text. The representation is compact, but it still carries useful relationships. And that is the key shift. The model is not reading a glossary. It is building a map from observed behavior, then using that map as a working interface between language and computation.