Date: August 24, 2025

Topic: Linear Classifiers

Recall

Supervised learning requires examples and labelled data in the dataset.

In unsupervised learning, we only have examples and thus can only learn a probabilistic model.

In reinforcement learning, the supervision comes from a reward signal, which may be late in the agent’s life.

Notes

Types of ML

Supervised Learning

image.png

Unsupervised Learning

image.png

Reinforcement Learning

image.png


Non-parametric models do not model a function explicitly.

Parametric models explicitly model the function where $W$ are the parameters.

Supervised Learning

Non-parametric Model

image.png

Parametric Model

image.png