Questions: Representer Theorem

4 questions to test your understanding

Score: 0 / 4
Question 1 Multiple Choice

A kernel method is applied to 500 training points using an RBF kernel (infinite-dimensional RKHS). The representer theorem guarantees the solution has what form?

AA function represented by the 500 most important eigenfunctions of the kernel
BA linear combination of exactly 500 kernel functions: f(x) = sum_{i=1}^{500} alpha_i * k(x_i, x), one centered at each training point
CA function that can be expressed with at most 500 parameters in the original input space
DA 500-dimensional feature vector that captures the essential information in the RKHS
Question 2 True / False

The representer theorem applies only to the squared RKHS norm penalty ||f||^2. Other regularizers require different theoretical justification.

TTrue
FFalse
Question 3 True / False

Without regularization (minimizing only the empirical loss over the RKHS), the representer theorem still guarantees a finite-dimensional solution.

TTrue
FFalse
Question 4 Short Answer

Explain why the representer theorem makes kernel methods computationally tractable despite working in potentially infinite-dimensional function spaces.

Think about your answer, then reveal below.