Class +1 (Blue)
Class -1 (Orange)
Epoch
0
Misclassified
0
Accuracy
-
Status
Add points to train
w₀ (bias):
0.000
w₁ (x):
0.000
w₂ (y):
0.000
How it works:
Click to add positive (+1) points, Shift+Click for negative (-1) points. The perceptron learns by adjusting weights when it misclassifies a point:
Click to add positive (+1) points, Shift+Click for negative (-1) points. The perceptron learns by adjusting weights when it misclassifies a point:
w = w + lr * (y - ŷ) * x