Lead Data Scientist Question:

Download Job Interview Questions and Answers PDF

Do you know what regularization is and why it is useful?

Lead Data Scientist Interview Question
Lead Data Scientist Interview Question

Answer:

Regularization is the process of adding tunning parameter to a model to induce smoothness in order to prevent overfitting. This is most often done by adding a constant multiple to an existing weight vector. This constant is often the L1(Lasso) or L2(ridge). The model predictions should then minimize the loss function calculated on the regularized training set.

Download Lead Data Scientist Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what is Random Forest? How does it work?Explain me what are feature vectors?