🌌 Word Embeddings Visualizer

Every word lives at a real coordinate. Similar words land close together β€” always.

πŸ“‹ How To Use This Lab
  1. Type a sentence using words from the vocabulary shown dimly in the space (try "king queen prince").
  2. Press β–Ά Embed Sentence β†’ recognized words fly to their real embedding coordinates.
  3. Notice related words (like king/queen, or dog/cat) land physically close β€” that's the whole idea of an embedding.
  4. Flip 2D / 3D β†’ the same coordinates, viewed with an added depth axis.
2D
3D
Embedding Space (2D)
🌌 VECTORType words from the vocabulary and press Embed β€” I'll fly each one to its real coordinate.
πŸ§‘β€πŸ« PROF. TORCHnn.Embedding is really just a lookup table β€” each word ID maps to a learned vector. Distance in that space encodes meaning.