Questions: Fundamental Theorem of Statistical Learning

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

The fundamental theorem says finite VC dimension is equivalent to PAC learnability. A colleague points out that support vector machines learn well in infinite-dimensional feature spaces (via kernels). Does this contradict the theorem?

AYes — SVMs in infinite-dimensional spaces violate the theorem, which only applies to finite-dimensional settings
BNo — the kernel maps to an infinite-dimensional space, but the effective hypothesis class (maximum-margin hyperplanes with bounded norm) has finite VC dimension due to the margin constraint
CNo — the theorem only applies to finite hypothesis classes, not continuous ones like SVMs
DYes — but the theorem is only a sufficient condition, not necessary, so SVMs can still learn without finite VC dimension
Question 2 Multiple Choice

Which of the following is NOT equivalent to finite VC dimension according to the fundamental theorem?

AThe hypothesis class has the uniform convergence property
BEvery ERM algorithm is a successful PAC learner for the class
CThe hypothesis class is learnable by a specific polynomial-time algorithm
DThe growth function is bounded by a polynomial in the sample size
Question 3 True / False

The fundamental theorem of statistical learning applies to multi-class classification and regression problems, not just binary classification.

TTrue
FFalse
Question 4 True / False

If a hypothesis class has finite VC dimension, the ERM algorithm (choosing the hypothesis with lowest training error) is guaranteed to be a successful PAC learner.

TTrue
FFalse
Question 5 Short Answer

Explain why the equivalence between uniform convergence and learnability is the conceptual core of the fundamental theorem.

Think about your answer, then reveal below.