Example scenarios
Load a scenario, then use Next or Animate in the Train tab to observe its behavior.
This uses the easy linearly separable dataset and the perceptron loss. The decision boundary eventually converges to one with zero loss and perfect classification accuracy on the data.
This uses the perceptron loss and hard linearly separable dataset. The decision boundary eventually converges to one with zero loss and perfect classification accuracy on the data.
This uses the perceptron loss and the non-linearly separable dataset. The decision boundary does not converge.
This uses squared error and the hard linearly separable dataset with the default learning rate of 1. The parameters diverge and the decision boundary does not converge.
This uses squared error and the hard linearly separable dataset with a small learning rate of 0.1.
The parameters and decision boundary eventually fluctuates slightly around a perfect classifier.
This uses log loss and the hard linearly separable dataset.
The parameters and decision boundary eventually fluctuates very slightly around a perfect classifer.