Supervised Learning
- Input:
- A list of labels
- A set of examples
- Each example has exactly one label
- All examples must have a common encoding
- Output:
- A function that maps a single data item to a label.
- Supervised learning algorithm:
- Searches for a function that performs a correct mapping.
(next)