Word2Vec Interactive Simulator

Skip-gram or CBOW with negative sampling. Watch the hidden-layer weights evolve from random initialization to final embeddings.

Corpus

Hyper-parameters


Vocab size
Training pairs
Epoch0
Loss

Inspect

Analogy: A − B + C ≈ ?

Hidden layer weights W (input → embedding)

Rows = words · Columns = embedding dims · Color = weight value (blue = negative, red = positive). Hover a cell for its exact value.

2D projection of embeddings (PCA)

Words move as training progresses. Related words should cluster together.

Loss curve