For Students · Perceptron
Perceptron for a Q-learning agent
Built for students learning it for a class or exam. See the concept move instead of memorizing formulas — and check your homework intuition. Simulate a Q-learning agent live below — adjust the inputs and watch it respond, right in your browser.
PerceptronLive
the simplest learning machine
Controls
Presets
The perceptron — the ancestor of every neural network — nudges a straight boundary each time it misclassifies a point. If the two classes are linearly separable it is guaranteed to find a dividing line; if they overlap, it never quite settles. Educational tool.
Data Inspector
Modellinear classifier
Converges?yes (separable)
Governing equation
Reading this result: Moderate separation with a gentle learning rate: the boundary drifts steadily toward a clean split over many passes.
Runs locally in your browser — free forever. Scale to the cloud when reality gets heavy.
Also for:ResearchersEducatorsEngineersHobbyists & MakersK-12 StudentsFirst RespondersGeneral version →
More with Perceptron
Frequently asked questions
- Is this good for students?
- Yes — this version of "Perceptron for a Q-learning agent" is framed for students learning it for a class or exam. See the concept move instead of memorizing formulas — and check your homework intuition.
- Do I need to install anything?
- No. It runs in any modern browser, free, with no account required.