ML Mcqs
ML Mcqs
A. |H| = 3 n
B. |H| = 2 n
C. |H| = 1 n
D. |H| = 4n
Correct option is A
93.The VC dimension of hypothesis space H1 is larger than the VC dimension of hypothesis
space H2. Which of the following can be inferred from this?
A. The number of examples required for learning a hypothesis in H1 is larger than the number
of examples required for H2
B. The number of examples required for learning a hypothesis in H1 is smaller than the number
of examples required for
C. No relation to number of samples required for PAC learning.
Correct option is A
94.For a particular learning task, if the requirement of error parameter changes from 0.1 to
0.01. How many more samples will be required for PAC learning?
A. Same
B. 2 times
C. 1000 times
D. 10 times
Correct option is D
95.Computational complexity of classes of learning problems depends on which of the
following?
A. The size or complexity of the hypothesis space considered by learner
B. The accuracy to which the target concept must be approximated
C. The probability that the learner will output a successful hypothesis
D. All of these
Correct option is D\
96.The instance-based learner is a _____________
A. Lazy-learner
B. Eager learner
C. Can‟t say
Correct option is A
97.When to consider nearest neighbour algorithms?