Lecture 1artificial Neural Networks
Lecture 1artificial Neural Networks
• L2 regularization (Ridge)
• It smooths the model, preventing extreme weight values but using
all features.
• It adds a penalty based on the square of the weights, leading to
smaller weights overall but usually not zero.
• It smooths out the model without discarding features completely.
• It spreads the "importance" more evenly across features, reducing
the chance of any one feature dominating and leading to
overfitting.