Questions: VC Dimension

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

The class of linear classifiers in R^2 (lines dividing the plane into two half-planes) has VC dimension 3. A colleague argues this means any 3 points can be shattered. Is this correct?

AYes — VC dimension d means every set of d points can be shattered
BNo — VC dimension d means SOME set of d points can be shattered, not that every set can be; three collinear points in R^2 cannot be shattered by lines
CNo — VC dimension 3 means at most 2 points can be shattered, since the dimension counts from zero
DYes — in R^2, any three points are in general position and can always be shattered by lines
Question 2 True / False

Adding more parameters to a model always increases its VC dimension.

TTrue
FFalse
Question 3 Multiple Choice

Why can't four points in R^2 be shattered by linear classifiers, given that three points in general position can be?

AFour points have 16 possible labelings, and there are only 14 distinct orientations of a line in R^2
BRadon's theorem guarantees that any 4 points in R^2 can be partitioned into two sets whose convex hulls intersect, making at least one labeling impossible for any half-plane
CThe number of parameters in a linear classifier in R^2 is 3, and VC dimension always equals the number of parameters
DFour points in R^2 always contain three collinear points, which prevents shattering
Question 4 True / False

The VC dimension of the class of all convex polygons in R^2 is finite because convex shapes are relatively simple.

TTrue
FFalse
Question 5 Short Answer

Explain why VC dimension, rather than the number of parameters, is the correct measure of hypothesis class complexity for learning theory.

Think about your answer, then reveal below.