NPTEL Introduction to Machine Learning Assignment 1 Answers 2024

NPTEL Introduction to Machine Learning Assignment 1 Answers 2024

Hello learners In this article we are going to discuss NPTEL Introduction to Machine Learning Assignment 1 Answers. All the Answers provided below to help the students as a reference, You must submit your assignment with your own knowledge and use this article as reference only.

About the course:-

With the increased availability of data from varied sources there has been increasing attention paid to the various data driven disciplines such as analytics and machine learning. In this course we intend to introduce some of the basic concepts of machine learning from a mathematically well motivated perspective. We will cover the different learning paradigms and some of the more popular algorithms and architectures used in each of these paradigms.

NPTEL Introduction to Machine Learning Assignment 1 Answers 2024:

1. Which of the following is/are unsupervised learning problem(s)?

Answer :- a,c,e

2. Which of the following statement(s) about Reinforcement Learning (RL) is/are true?

Answer :-

3. Which of the following is/are classification tasks(s)?

Answer :- a,c,d

4. Which of the following is/are regression task(s)?

Answer :- b,d

5. Consider the following dataset. Fit a linear regression model of the form y=β0+β1x1+β2x2 using the mean-squared error loss. Using this model, the predicted value of y at the point (x1,x2)=(0.5,−1.0) is

Answer :- a

6. Consider the following dataset. Using a k-nearest neighbour (k-NN) regression model with k=3, predict the value of y at (x1,x2)=(0.5,−1.0). Use the Euclidean distance to find the nearest neighbours.

Answer :- c

7. Consider the following statements regarding linear regression and k-NN regression models. Select the true statements.

Answer :- b,c

8.  Consider a binary classification problem where we are given certain measurements from a blood test and need to predict whether the patient does not have a particular disease (class 0) or has the disease (class 1). In this problem, false negatives (incorrectly predicting that the patient is healthy) have more serious consequences as compared to false positives (incorrectly predicting that the patient has the disease). Which of the following is an appropriate cost matrix for this classification problem? The row denotes the true class and the column denotes the predicted class.

Answer :- c

9. Consider the following dataset with three classes: 0, 1 and 2. x1 and x2 are the independent variables whereas y is the class label. Using a k-NN classifier with k = 3, predict the class label at the point (x1,x2)=(0.7,−0.8). Use the Euclidean distance to find the nearest neighbours.

Answer :- d

10. Suppose that we train two kinds of regression models corresponding to the following equations.

  • (i) y=β0+β1x1+β2x2

(ii) y=β0+β1x1+β2x2+β3x1x2

Which of the following statement(s) is/are correct?

Answer:- c