What distinguishes L1 regularization from L2 regularization in terms of the weight solutions they produce?
-
A
L1 produces dense small weights; L2 produces sparse weights
-
B
L1 tends to produce sparse weights with some exactly zero; L2 produces small but non-zero weights
-
C
L1 and L2 produce identical weight distributions
-
D
L1 is used only for output layers; L2 is used only for hidden layers