MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

LINEAR REGRESSION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What will happen when you apply very large penalty in case of Lasso?
A
Some of the coefficient will become zero
B
Some of the coefficient will be approaching to zero but not absolute zero
C
Both A and B depending on the situation
D
None of these
Explanation: 

Detailed explanation-1: -Lasso Regression (Least Absolute Shrinkage and Selection Operator) adds “absolute value of magnitude” of coefficient as penalty term to the loss function.

Detailed explanation-2: -Performs L1 regularization, i.e., adds penalty equivalent to the absolute value of the magnitude of coefficients. Minimization objective = LS Obj + * (sum of the absolute value of coefficients)

There is 1 question to complete.