What is regularization and name two examples.

Get ready for the ISACA AI Fundamentals Test with flashcards and multiple-choice questions. Each question features hints and detailed explanations. Prepare to ace your exam with confidence!

Multiple Choice

What is regularization and name two examples.

Explanation:
Regularization reduces overfitting by adding a penalty term to the loss that discourages the model from becoming too complex. This keeps the model weights smaller and the overall complexity in check, helping it generalize better to new data. Two common examples are L1 regularization, also known as Lasso, which adds the sum of the absolute values of the weights. This can drive some weights to zero, effectively performing feature selection and producing a sparser model. The other is L2 regularization, or Ridge, which adds the sum of the squares of the weights. This shrinks coefficients toward zero but usually keeps all features present, resulting in a more stable model. These penalties curb complexity to improve generalization. The other options describe different ideas—reducing data, increasing complexity, or a training-time tactic—not the penalty-based approach that defines regularization.

Regularization reduces overfitting by adding a penalty term to the loss that discourages the model from becoming too complex. This keeps the model weights smaller and the overall complexity in check, helping it generalize better to new data. Two common examples are L1 regularization, also known as Lasso, which adds the sum of the absolute values of the weights. This can drive some weights to zero, effectively performing feature selection and producing a sparser model. The other is L2 regularization, or Ridge, which adds the sum of the squares of the weights. This shrinks coefficients toward zero but usually keeps all features present, resulting in a more stable model. These penalties curb complexity to improve generalization. The other options describe different ideas—reducing data, increasing complexity, or a training-time tactic—not the penalty-based approach that defines regularization.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy