
Machine Learning Techniques End Term: 10 May 2026, Set 1 (January 2026 term)
The IIT Madras BS Machine Learning Techniques (MLT) End Term paper sat on 10 May 2026, in the January 2026 term, set 1: 16 questions for 50 marks in 180 minutes. Every question is below with its answer. Take it as a timed mock test to be marked, or read it through first.
- 16
- 50
- 180 min
- 6
- 4
- 6
Show answer
Correct answer
Question 2
Show answer
Correct answers
Question 3
Linear regression without regularization will achieve training MSE less than or equal to that of ridge regression.
The solution for linear regression without regularization may not be unique.
Ridge regression (L2 regularization) will always set at least one coefficient exactly to zero.
Lasso regression (L1 regularization) can force some feature weights to become exactly zero.
Show answer
Correct answers
Linear regression without regularization will achieve training MSE less than or equal to that of ridge regression.
The solution for linear regression without regularization may not be unique.
Lasso regression (L1 regularization) can force some feature weights to become exactly zero.
Question 4
The final weight vector obtained by the Perceptron algorithm depends on the initialization and the order in which the data points are presented.
The Perceptron algorithm is guaranteed to converge to some separating hyperplane in a finite number of updates.
The Perceptron algorithm always converges to the maximum margin separator among all possible separating hyperplanes.
Show answer
Correct answers
The final weight vector obtained by the Perceptron algorithm depends on the initialization and the order in which the data points are presented.
The Perceptron algorithm is guaranteed to converge to some separating hyperplane in a finite number of updates.
Question 5
Show answer
Correct answer: 1
Question 6
Show answer
Correct answer: 1
Question 7
Show answer
Correct answer: 0.465 (accepted within ±0.025)
Question 8
Based on the above data, answer the given subquestions.
Show answer
Correct answer: 5
Question 9
Based on the above data, answer the given subquestions.
Show answer
Correct answer: 6
Question 10
Based on the above data, answer the given subquestions.
Tie
Cannot be determined
Show answer
Correct answer
Question 11
Based on the above data, answer the given subquestions.
The nearest neighbors are dominated by positive class points.
The nearest neighbors are dominated by negative class points.
Positive class points are closer in all directions.
The classification is determined by majority voting among the nearest neighbors.
Show answer
Correct answers
The nearest neighbors are dominated by negative class points.
The classification is determined by majority voting among the nearest neighbors.
Question 12
Consider the two decision trees shown in the figure.
Which of the following statements is correct?
Tree 1 has higher information gain than Tree 2
Tree 2 has higher information gain than Tree 1
Both trees have equal information gain
Cannot be determined without further splits
Show answer
Correct answer
Tree 1 has higher information gain than Tree 2
Question 13
Which of the following statements is correct?
Bagging reduces variance, Boosting reduces bias
Bagging reduces bias, Boosting reduces variance
Both reduce only variance
Both reduce only bias
Show answer
Correct answer
Bagging reduces variance, Boosting reduces bias
Question 14
Show answer
Correct answer
Question 15
PCA has reduced the dimensionality of the dataset because the combinations of features are de-correlated
PCA has not reduced the dimensionality of the dataset because all principal components are retained.
PCA always reduces the dimensionality of the dataset regardless of the number of components retained.
PCA can never be used for dimensionality reduction.
Show answer
Correct answer
PCA has not reduced the dimensionality of the dataset because all principal components are retained.
Question 16
Show answer
Correct answer: 260