PPolySim OS
For K-12 Students · NLP Basics Kit

NLP Basics Kit for a sensor calibration

Built for k-12 students learning it in middle or high school. Watch the idea come alive with plain-language steps and everyday examples — perfect for projects and homework. Simulate a sensor calibration live below — adjust the inputs and watch it respond, right in your browser.

k-Means ClusteringLive

Controls

Presets

Lloyd's algorithm: assign each point to its nearest centroid, then move each centroid to the mean of its members. Repeat until stable. Try setting k different from the true cluster count.

▶ Run in Python

Data Inspector

Iteration0
Inertia0.00e+0
k4

Governing equation

Reading this result: k matches the 4 true clusters, so each centroid can settle onto one real group and inertia falls to a clean minimum.

Runs locally in your browser — free forever. Scale to the cloud when reality gets heavy.

Neural Network PlaygroundLive

Controls

Presets

A tiny multilayer perceptron trained by real backpropagation. The background shows its learned decision boundary; dots are the training data, colored by true class.

▶ Run in Python

Data Inspector

Epoch0
Loss0.0000
Architecture2→8→1

Governing equation

Reading this result: With 8 hidden units the net bends the boundary into curves — more units capture finer shapes like the spiral, but too many can overfit.

Runs locally in your browser — free forever. Scale to the cloud when reality gets heavy.

or unlock everything with Pro →

More with NLP Basics Kit

Frequently asked questions

Is this good for k-12 students?
Yes — this version of "NLP Basics Kit for a sensor calibration" is framed for k-12 students learning it in middle or high school. Watch the idea come alive with plain-language steps and everyday examples — perfect for projects and homework.
Do I need to install anything?
No. It runs in any modern browser, free, with no account required.