Regularization-regression

Regularization-regression

Professional Development

8 Qs

quiz-placeholder

Similar activities

Machine Learning

Machine Learning

Professional Development

13 Qs

Fingerprint History & Morphology

Fingerprint History & Morphology

Professional Development

10 Qs

9th grade science glacier study guide quizzizz

9th grade science glacier study guide quizzizz

9th Grade - Professional Development

7 Qs

JavaScript - Introduction

JavaScript - Introduction

Professional Development

13 Qs

BOOLEAN 3

BOOLEAN 3

Professional Development

10 Qs

Thorax

Thorax

Professional Development

10 Qs

Datathon1

Datathon1

Professional Development

10 Qs

Discovery Education quiz

Discovery Education quiz

KG - Professional Development

13 Qs

Regularization-regression

Regularization-regression

Assessment

Quiz

Science

Professional Development

Medium

Created by

Amjad Khalid

Used 30+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Situations where regularization is useful

Overfitting

Curse of dimensionality

High covariance between variables

Underfitting

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

The two most common types of regularization are

Lasso

least square

Σ

Ridge

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

The Lasso is particularly useful when you have:

redundant variables

unimportant variables

Underfitting

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Ridge penalty will

adds the sum of the squared (non-intercept!) values to the loss function

subtract the sum of the squared (non-intercept!) values to the loss function

remove the sum of the squared (non-intercept!) values from the loss function

adds the sum of the absolute values of the coefficients

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Elastic Net is simply a combination of the Lasso and the Ridge regularizations.

False

True

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The term multicollinearity means

there are low correlations between predictor variables in the model.

there are high correlations between predictor variables in your model.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

With the Lasso and Ridge it is necessary to ______ the predictor columns before constructing the models

Centralize

standardize

8.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The Ridge is faster to compute

True

False