Skip to main content

Question

Problem 6.2 BDR for regression

In this problem, we will consider the Bayes decision rule for regression. Suppose we have a regression problem, where yRy \in \mathbb{R} is the output, xRdx \in \mathbb{R}^d is the input, and we have already learned the distribution p(yx)p(y|x), which maps the input xx to a distribution of outputs yy. The goal is to select the optimal output yy for a given xx.

(d) Show that the BDR for q0q \rightarrow 0 is to select the conditional mode of p(yx)p(y|x).