In L2 regularization, the penalty is proportional to the _______ of the magnitude of the coefficients.
- Square
- Absolute
- Exponential
- Logarithmic
In L2 regularization (Ridge), the penalty is proportional to the square of the magnitude of the coefficients. This regularization technique adds a penalty term to the loss function based on the sum of squared coefficients, which helps prevent overfitting by discouraging large coefficients.
Loading...
Related Quiz
- RNNs are particularly effective for tasks like _______ because they can retain memory from previous inputs in the sequence.
- You're working on a real estate dataset where the price of the house is significantly influenced by its age and square footage. To capture this combined effect, what type of new feature could you create?
- When normalizing a database in SQL, separating data into two tables and creating a new primary and foreign key relationship is part of the _______ normal form.
- The _______ command in SQL is used to remove duplicates and retrieve unique values from a specified column.
- You're building a system that needs to store vast amounts of unstructured data, like user posts, images, and comments. Which type of database would be the best fit for this use case?