Question 1
0.162
0.257
0.157
1.57

The IIT Madras BS Machine Learning Foundations (MLF) Quiz 1 paper sat on 23 Feb 2025, in the January 2025 term: 14 questions for 40 marks in 120 minutes. Every question is below with its answer. Take it as a timed mock test to be marked, or read it through first.
0.162
0.257
0.157
1.57
Correct answer
0.157
Eigenvectors corresponding to the two different eigenvalues of M are orthogonal.
The matrix M is not diagonalizable.
The eigenvalues of M are 4 and 1
The rank of M is 1.
Correct answer
The rank of M is 1.
Correct answer
Which of the following is the best second-order polynomial that fits the dataset by the least sum of squares method?
| 1 | 0 | -1 | |
|---|---|---|---|
| 1 | 1 |
Correct answer
Which of the following options is/are true?
Correct answers
Correct answers
Which of the following statements is/are correct?
Correct answers
Correct answers
Correct answer: 15
Correct answer: 6.4 (accepted within ±0.03)
A bank wants to predict whether a customer will default on a loan using a classification model. The bank collects data from past customers, which includes the following features:
The target variable represents whether the customer defaulted (1 for default, 0 for no default). The data is provided in the table below:
| x | y |
|---|---|
| 0 | |
| 1 | |
| 0 | |
| 1 | |
| 0 |
The bank uses the following linear combination to compute :
The step function is used to classify the outcome:
Based on the above data, answer the given subquestions.
For the input x = [0.9, 5, 1], what will be the predicted output u(z)?
0
1
1.75
Cannot be determined
Correct answer
1
A bank wants to predict whether a customer will default on a loan using a classification model. The bank collects data from past customers, which includes the following features:
The target variable represents whether the customer defaulted (1 for default, 0 for no default). The data is provided in the table below:
| x | y |
|---|---|
| 0 | |
| 1 | |
| 0 | |
| 1 | |
| 0 |
The bank uses the following linear combination to compute :
The step function is used to classify the outcome:
Based on the above data, answer the given subquestions.
If the threshold in the step function is changed to z ≥ 1.0, what will happen to the misclassification rate?
Increase
Decrease
Remain same
Cannot be determined
Correct answer
Increase
Based on the above data, answer the given subquestions.
If B is diagonalizable, what is the invertible matrix P such that B = PDP^(−1)?
Correct answer
Based on the above data, answer the given subquestions.
If B is diagonalizable, which of the following is a diagonal matrix D such that B = PDP^(−1)? Use the matrix P obtained in the previous question.
Correct answer