Perceptron
1. When does a perceptron update its weights during training?
2. What is the first step a perceptron takes when making a prediction?
3. What output does the perceptron's step function produce when z = 0?
4. If you observe the decision boundary after each epoch, what would you notice?
5. Which pairs of XOR input points belong to the same class label?
6. What does the error value represent in the perceptron learning rule?
7. When does the perceptron learning algorithm update the bias term?
8. What is the fundamental lesson learned from the XOR experiment?
9. Which components of a perceptron are adjusted during the training process?
10. What is an "epoch" in the context of perceptron training?