Questions: VC Dimension Theory

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A hypothesis class H has VC dimension d. What is the minimum number of samples needed to PAC-learn this class with error epsilon and confidence delta?

AO(log(1/delta) / epsilon^2)
BO((d log(1/epsilon) + log(1/delta)) / epsilon^2)
CO(d^2 * epsilon * delta)
DO(1/epsilon)
Question 2 Multiple Choice

If a hypothesis class has infinite VC dimension, what can we conclude about its learnability in the PAC framework?

AIt is not PAC-learnable — the sample complexity bound from the VC theorem is infinite
BIt may still be learnable under additional distributional assumptions
CIt is definitely learnable because infinite expressiveness is always better
DIt can only be learned if all training data are labeled perfectly
Question 3 Short Answer

The VC dimension of linear classifiers in R^d is d+1. Explain why this dimension grows linearly with the feature space dimensionality.

Think about your answer, then reveal below.
Question 4 Multiple Choice

The VC dimension provides a distribution-free learning bound. Which of the following best describes what 'distribution-free' means in this context?

AThe learning bound does not depend on the specific data distribution D, so it holds for any D (including adversarial ones)
BThe learning bound assumes the data comes from a uniform distribution
CThe learning bound is tighter if the data distribution is unknown
DThe learning bound only applies to normally distributed data
Question 5 Multiple Choice

A hypothesis class shatters a set of 10 points but fails to shatter some set of 11 points. What is its VC dimension?

AExactly 10
BLess than 10
CMore than 11
DExactly 11