Perceptron: A Comprehensive Overview
Pickl AI
SEPTEMBER 10, 2024
When the Perceptron incorrectly classifies an input, you update the weights using the following rule: Here, η η is the learning rate, y y is the true label, and y^ y ^ is the predicted label. This update rule ensures that the Perceptron learns from its mistakes and improves its predictions over time.
Let's personalize your content