Question 1
Let be a matrix. Let be the eigenvalue corresponding to the eigenvector and is the eigenvalue corresponding to the eigenvector of matrix . Based on this information, answer the given sub-questions.
Find the value of α + 2β.

The IIT Madras BS Machine Learning Foundations (MLF) Quiz 1 paper sat on 7 Jul 2024, in the May 2024 term: 12 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.
Let be a matrix. Let be the eigenvalue corresponding to the eigenvector and is the eigenvalue corresponding to the eigenvector of matrix . Based on this information, answer the given sub-questions.
Find the value of α + 2β.
Correct answer: 3
Let be a matrix. Let be the eigenvalue corresponding to the eigenvector and is the eigenvalue corresponding to the eigenvector of matrix . Based on this information, answer the given sub-questions.
Which of the following options is/are true ?
Correct answers
Which of the following options is/are true?
A is a symmetric matrix.
A is a diagonal matrix.
A is orthogonally diagonalizable.
Eigenvalues of A are -1, -1 and 2.
Correct answers
A is a symmetric matrix.
A is orthogonally diagonalizable.
Eigenvalues of A are -1, -1 and 2.
Correct answers
Correct answers
Correct answer
Correct answer
Which of the following statements is true for a function f(x, y) that is differentiable at a point (a, b)?
The directional derivative exists in every direction.
The directional derivative is the same in every direction.
The directional derivative can only be calculated along the axes.
The directional derivative does not exist.
Correct answer
The directional derivative exists in every direction.
Which of the following functions cannot be approximated linearly around x = 0?
Correct answer
Correct answer: 20.61 (accepted within ±0.03)
In a sports analytics company, the team is interested in predicting whether a basketball player will score above 20 points in a game using classification models. They collected data on various factors from past games of different players. The factors include minutes played, shots attempted, and free throw percentage. The data and corresponding labels are shown in the table below: Compute the misclassification
| 1 | |
| 0 | |
| 0 | |
| 1 | |
| 0 |
rate if they use the following step function:
and the linear combination is given by: . Enter the answer correct to one decimal place.
Note: Here, represents whether the player is a starter (1) or not (0), is the number of shots attempted, and is the free throw percentage. The label indicates whether the player scored more than 20 points (1) or not (0). The misclassification rate is the number of labels misclassified.e.g. if 3 out of 5 players are mislabeled then the misclassification rate is 3/5.
Correct answer: 0.2
Consider a dataset from an e-commerce company such as Flipkart that has details of customer behavior, which of the following problems can be best approached using clustering?
Predicting the exact number of sales for each customer segment.
Classifying customers into segments based on labeled customer data.
Identifying inherent groupings in customer data without predefined labels.
Reducing the number of features in the customer dataset.
Correct answer
Identifying inherent groupings in customer data without predefined labels.