How do L1 and L2 regularization differ? A. L1 shrinks weight…
How do L1 and L2 regularization differ? A. L1 shrinks weights uniformly while L2 ignores small weights during optimizationB. L1 promotes sparsity by setting weights to zero, L2 reduces weights without eliminating themC. L1 and L2 both eliminate all neurons with small values to improve training performanceD. L1 and L2 are identical in behavior but applied to different layers during backpropagation