Extract Pages From 2 ML
Extract Pages From 2 ML
…Week 2 : Assignment 2
The due date for submitting this assignment has passed.
Due on 2025-02-05, 23:59 IST.
2) Which of the following is true about the cost function (objective function) used in linear 1 point
regression?
It is non-convex.
It is always minimized at
It measures the sum of squared differences between predicted and actual values.
It assumes the dependent variable is categorical.
3) Which of these would most likely indicate that Lasso regression is a better choice than 1 point
Ridge regression?
4) Which of the following conditions must hold for the least squares estimator in linear 1 point
1 of 4 21-Apr-25, 10:03 AM
Firefox https://onlinecourses.nptel.ac.in/noc25_cs46/unit?unit=32&assessment=307
regression to be unbiased?
5) When performing linear regression, which of the following is most likely to cause 1 point
overfitting?
6) You have trained a complex regression model on a dataset. To reduce its complexity, 1 point
you decide to apply Ridge regression, using a regularization parameter . How does the relationship
between bias and variance change as becomes very large? Select the correct option
7) Given a training data set of 10,000 instances, with each input instance having 12 1 point
dimensions and each output instance having 3 dimensions, the dimensions of the design matrix
used in applying linear regression to this data is
10000 × 12
10003 × 12
10000 × 13
10000 × 15
2 of 4 21-Apr-25, 10:03 AM
Firefox https://onlinecourses.nptel.ac.in/noc25_cs46/unit?unit=32&assessment=307
9) Which of the following scenarios is most appropriate for using Partial Least Squares 1 point
(PLS) regression instead of ordinary least squares (OLS)?
When the predictors are uncorrelated and the number of samples is much larger than the
number of predictors.
When there is significant multicollinearity among predictors or the number of predictors
exceeds the number of samples.
When the response variable is categorical and the predictors are highly non-linear.
When the primary goal is to interpret the relationship between predictors and response,
rather than prediction accuracy.
10) Consider forward selection, backward selection and best subset selection with respect 1 point
to the same data set. Which of the following is true?
Best subset selection can be computationally more expensive than forward selection
Forward selection and backward selection always lead to the same result
Best subset selection can be computationally less expensive than backward selection
Best subset selection and forward selection are computationally equally expensive
Both (b) and (d)
3 of 4 21-Apr-25, 10:03 AM