Which is used for utility functions in game playing algorithm?
a) Linear polynomial
b) Weighted polynomial
c) Polynomial
d) Linear weighted polynomial
Explanation: Linear weighted polynomial is used for learning element in the game playing programs.
Which is used to choose among multiple consistent hypotheses?
a) Razor
b) Ockham razor
c) Learning element
d) None of these
Explanation: Ockham razor prefers the simplest hypothesis consistent with the data intuitively.
What will happen if the hypothesis space contains the true function?
a) Realizable
b) Unrealizable
c) Both Realizable & Unrealizable
d) None of these
Explanation: A learning problem is realizable if the hypothesis space contains the true function.
What takes input as an object described by a set of attributes?
a) Tree
b) Graph
c) Decision graph
d) Decision tree
Explanation: Decision tree takes input as an object described by a set of attributes and returns a decision.
How the decision tree reaches its decision?
a) Single test
b) Two test
c) Sequence of test
d) No test
Explanation: A decision tree reaches its decision by performing a sequence of tests.
Factors which affect the performance of learner system do not include?
a) Representation scheme used
b) Training scenario
c) Type of feedback
d) Good data structures
Explanation: Factors which affect the performance of learner system does not include good data structures.