DATABRICKS-CERTIFIED-PROFESSIONAL-DATA-SCIENTIST · Question #110
Regularization is a very important technique in machine learning to prevent overfitting. Mathematically speaking, it adds a regularization term in order to prevent the coefficients to fit so…
The correct answer is A. L2 is the sum of the square of the weights, while L1 is just the sum of the weights. Regularization is a very important technique in machine learning to prevent overfitting. Mathematically speaking, it adds a regularization term in order to prevent the coefficients to fit so perfectly to overfit. The difference between the L1 and L2 is just that L2 is the sum…
Question
Regularization is a very important technique in machine learning to prevent overfitting. Mathematically speaking, it adds a regularization term in order to prevent the coefficients to fit so perfectly to overfit. The difference between the L1 and L2 is...
Exhibit
Options
- AL2 is the sum of the square of the weights, while L1 is just the sum of the weights
- BL1 is the sum of the square of the weights, while L2 is just the sum of the weights
- CL1 gives Non-sparse output while L2 gives sparse outputs
- DNone of the above
How the community answered
(45 responses)- A82% (37)
- B4% (2)
- C11% (5)
- D2% (1)
Explanation
Regularization is a very important technique in machine learning to prevent overfitting. Mathematically speaking, it adds a regularization term in order to prevent the coefficients to fit so perfectly to overfit. The difference between the L1 and L2 is just that L2 is the sum of the square of the weights, while L1 is just the sum of the weights. As follows: L1 regularization on least
Topics
Community Discussion
No community discussion yet for this question.
