ML Mid-2 Objective
ML Mid-2 Objective
MID-2 Objective
1. What is a Decision Tree in machine learning?
a) A graphical representation of possible solutions to a decision based on conditions
b) A type of clustering algorithm
c) A mathematical representation of neural networks
d) A linear regression model
Answer: a) A graphical representation of possible solutions to a decision based on
conditions
11. In CART (Classification and Regression Trees), which splitting measure is used for
regression tasks?
a) Entropy
b) Gini Index
c) Mean Squared Error
d) Chi-Square
Answer: c) Mean Squared Error
12. Which of the following is NOT a benefit of Decision Trees?
a) Easy to interpret and visualize
b) Works with both numerical and categorical data
c) Computationally inexpensive for large datasets
d) Can handle missing values
Answer: c) Computationally inexpensive for large datasets
16. Which of the following can help reduce overfitting in Decision Trees?
a) Increasing tree depth
b) Pruning the tree
c) Using more features
d) Reducing the size of training data
Answer: b) Pruning the tree
19. Which of the following methods helps Decision Trees generalize better?
a) Increasing tree depth
b) Removing all features
c) Cross-validation
d) Using a small training dataset
Answer: c) Cross-validation
23. What does the term "fitness function" refer to in Genetic Algorithms?
a) A function used to evaluate the performance of individuals
b) A function to perform mutation operations
c) A function to eliminate weak individuals
d) A function used to split datasets
Answer: a) A function used to evaluate the performance of individuals
25. What type of problems are Genetic Algorithms best suited for?
a) Linear programming problems
b) Problems with a large search space and no known optimal solution
c) Sorting and searching problems
d) Problems with exact mathematical solutions
Answer: b) Problems with a large search space and no known optimal solution
27. Which selection technique gives a higher chance of selection to individuals with
higher fitness?
a) Roulette Wheel Selection
b) Random Selection
c) Uniform Selection
d) Exhaustive Search
Answer: a) Roulette Wheel Selection
34. Which type of crossover swaps segments of genetic material between parents?
a) Point Mutation
b) Single-Point Crossover
c) Uniform Mutation
d) Random Replacement
Answer: b) Single-Point Crossover
42. In MDP, the probability of transitioning from one state to another depends on
_______________.
a) The entire history of past states
b) Only the current state and action
c) The rewards collected so far
d) The future states
Answer: b) Only the current state and action
50. Which of the following algorithms solves MDPs by iteratively improving the
policy?
a) Policy Iteration
b) K-Means Clustering
c) Gradient Descent
d) Linear Regression
Answer: a) Policy Iteration
24. The Markov Decision Process consists of a set of _______________, a set of actions,
a reward function, and transition probabilities.
Answer: States
25. In MDP, the Markov Property states that the next state depends only on the
_______________ and the current action.
Answer: Current state
26. The function that determines the expected reward of a state is called the
_______________ function.
Answer: Value
28. The _______________ factor determines the importance of future rewards relative
to immediate rewards.
Answer: Discount
29. The Bellman Equation describes the relationship between a state and its
_______________ states in terms of value.
Answer: Successor
31. The goal of solving an MDP is to find the _______________ that maximizes the total
reward over time.
Answer: Optimal policy
33. The reward function assigns a _______________ to each state or state-action pair.
Answer: Numerical value
36. The primary limitation of Isomap is its inability to handle _______________ data
manifolds.
Answer: Disconnected