📏 1. What is a Margin?

This idea leads to Support Vector Machines (SVMs), which maximize the margin.


✅ 2. The Perceptron Convergence Proof

⚙️ Goal

Prove that the Perceptron algorithm converges in a finite number of updates if the training data is linearly separable.


📚 Setup


✏️ Update Rule

If misclassified:

w_(t+1) = w_t + y^(i) x^(i)


🧮 Definitions