nerdexam
Databricks

DATABRICKS-CERTIFIED-PROFESSIONAL-DATA-SCIENTIST · Question #110

DATABRICKS-CERTIFIED-PROFESSIONAL-DATA-SCIENTIST Question #110: Real Exam Question with Answer & Explanation

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 of

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

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

Community Discussion

No community discussion yet for this question.

Full DATABRICKS-CERTIFIED-PROFESSIONAL-DATA-SCIENTIST Practice