Data as Fuel for AI
Change the amount of training data and training time, then watch the model's predictions improve or fall apart.
AI systems can't produce reliable results without enough relevant data. They also need enough training time to identify patterns within that data. This demonstration makes both constraints visible.
A small Word2Vec model trains directly in your browser. Reduce the number of training sentences and it has fewer examples to learn from. Reduce the number of epochs and it has fewer chances to study those examples. In both cases, the relationships between words become less stable and the model's output begins to break down.
The model is intentionally small enough to watch, but the business lesson scales. Before trusting an AI system's output, you need to understand what data supported it, whether that data represents the real problem, and whether the model had enough opportunity to learn from it.
Presets
After changing the sliders, retrain the model to see how the new settings affect what it learns.
Training complete
Click a point to select that word. Axes and scale are fixed across runs. “Reset view” shows where every word started before training, so you can compare it to where training moved them.
Loss and clustering score across training
What changed?
More data and more training time both push the groupings toward clearer separation.
Comparison panel
- Training sentences
- 90
- Epochs
- 30
- Final training loss
- —
- Clustering score (0–1)
- —
- Nearest-neighbor stability
- —
- Category overlap
- —
0.0–0.15 is weak separation, 0.15–0.35 is moderate, above 0.35 is strong for this narrow exercise. The score measures only this exercise, not general model trustworthiness.
Nearest neighbors
Pick a word, or click a point on the chart, to see what the model thinks is similar, based purely on which words showed up near it in the training sentences.