Introduction to Machine Learning – IITKGP Week 2 NPTEL Assignment Answers 2025

NPTEL Introduction to Machine Learning – IITKGP Week 2 Assignment Answers 2025

1. In a binary classification problem, out of 30 data points 12 belong to class I and 18 belong to class Il. What is the entropy of the data set?

A. 0.97
B. 0
C. 1
D. 0.67

Answer : See Answers

2. Decision trees can be used for the problems where

A. the attributes are categorical.
B. the attributes are numeric valued.
C. the attributes are discrete valued.
D. In all the above cases.

Answer : See Answers

3. Which of the following is false?

A. Variance is the error of the trained classifier with respect to the best classifier in the concept class.
B. Variance depends on the training set size.
C. Variance increases with more training data.
D. Variance increases with more complicated classifiers.

Answer : See Answers

4.

Answer : See Answers

5.

Answer : See Answers

6. What is true for Stochastic Gradient Descent?

A. In every iteration, model parameters are updated for multiple training samples
B. In every iteration, model parameters are updated for one training sample
C. In every iteration, model parameters are updated for all training samples
D. None of the above

Answer : See Answers

7. The entropy of the entire dataset is

A. 0.5
B. 1
C. 0
D. 0.1

Answer : See Answers

8. Which attribute will be the root of the decision tree?

A. Green
B. Legs
C. Height
D. Smelly

Answer :

9. In Linear Regression the output is:

A. Discrete
B. Continuous and always lies in a finite range
C. Continuous
D. May be discrete or continuous

Answer :

10. Identify whether the following statement is true or false?
“Overfitting is more likely when the set of training data is small”

A. True
B. False

Answer : See Answers

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top