nerdexam
Databricks

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…

Machine Learning Algorithms

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

DATABRICKS-CERTIFIED-PROFESSIONAL-DATA-SCIENTIST question #110 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)
  • A
    82% (37)
  • B
    4% (2)
  • C
    11% (5)
  • D
    2% (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

#L1 regularization#L2 regularization#weight penalty#overfitting

Community Discussion

No community discussion yet for this question.

Full DATABRICKS-CERTIFIED-PROFESSIONAL-DATA-SCIENTIST Practice