16. Exemplar-based Models

So far, we have dealt with parametric models, either unconditional p(yθ)p(\bold{y}|\theta) or conditional p(yx,θ)p(\bold{y|x},\theta).

θ\theta is a vector of parameters estimated from a training dataset D={(xn,yn),n=1:N}\mathcal{D}=\{(\bold{x}_n,\bold{y}_n),n=1:N\}, which is thrown away after training.

In this section, we consider various kinds of nonparametric model that keep the training data at test time —we call them examplar-based models.

Therefore, the number of parameters can grow with D|\mathcal{D}|, and we focus on the similarity (or distance) between a test input x\bold{x} and training inputs xn\bold{x}_n.