Snapdeal Interview Question | Parameter Sparsity
Question
Why L1 regularizations cause parameter sparsity whereas L2 regularization does not?
in progress
0
Interview Question
55 years
1 Answer
752 views
Great Grand Master 0
Answer ( 1 )
L1 and L2 regularization are used to control over fitting. They deal with over fitting by shrinking some of the parameters. while L1 regularization shrink the parameters to zero the L2 regularization result in some parameters shrinking close to zero but not exactly zero. Hence making the parameters from L1 regularization more sparse