Home > Machine Learning 101 > Quizzes > Machine Learning 101 Practice Test: VC-dimension
Machine Learning 101 Practice Test: VC-dimension
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 0% Most missed: “S = {x0, x1, x2}. Hypotheses are straight lines. What is H?”
In machine learning, the Vapnik-Chervonenkis (VC) dimension is a measure of a model's complexity and capacity. It's a fundamental concept in statistical and computational learning theory.  The VC dimension is defined as the largest number of data points that can be separated in all possible ways. It's a measure of a model's ability to generalize from limited training data.  The VC dimension is useful in formal analysis of learnability because it provides an upper bound on generalization error. It's also critical in understanding the trade-off between model complexity and generalization... Show more
Machine Learning 101 Practice Test: VC-dimension
Time left 00:00
20 Questions

1. What is the VC dimension of a straight line?
2. S = {x0, x1, x2}. Hypotheses are of the form a < x < b. What is VC(H)?
3. S = {x0, x1, x2} and H is finite. What is VC(H)?
4. S = {x0, x1, x2}. This set can be shattered by hypotheses of form a < x < b, where a and b are arbitrary constants.
5. What does VC dimension do?
6. S = {3.1, 5.7}. How many hypotheses are required?
7. An instance set S is given. How many dichotomies are possible?
8. IF VC(H) increases, number of maximum training examples required (m) increases.
9. S = {x0, x1, x2}. Hypotheses are of the form a < x < b. What is H?
10. What is the advantage of VC dimension over PAC learning?
11. VC Dimension can be infinite.
12. S = {x0, x1, x2}. Hypotheses are of the form a < x < b. What is VC(H)?
13. Instance space: X = set of real numbers, Hypothesis space H: the set of intervals on the real number line. a and b can be any constants used to represent the hypothesis. How is H represented?
14. S = {x0, x1, x2}. Hypotheses are straight lines. What is H?
15. IF VC(H) increases, number of maximum training examples required (m) increases.
16. S = {x0, x1, x2}. This set can be shattered by hypotheses of form a < x < b, where a and b are arbitrary constants.
17. VC Dimension can be infinite.
18. For which combination H is infinite and VC(H) is finite?
19. S = {x0, x1, x2}. Hypotheses are straight lines. What is H?
20. Instance space: X = set of real numbers, Hypothesis space H: the set of intervals on the real number line. a and b can be any constants used to represent the hypothesis. How is H represented?