SLIDE 1
Given a set of training points (x, y), where:
- 1. x is a real-valued vector of d dimensions (i.e., a
point in a Euclidean space), and
- 2. y is a binary decision +1 or -1,
a perceptron tries to find a linear separator between the positive and negative inputs.
2