Logistic Regression

Logistic Regression

12th Grade

5 Qs

quiz-placeholder

Similar activities

Python Input/Output

Python Input/Output

9th - 12th Grade

10 Qs

Algorytm Naiwny Quiz

Algorytm Naiwny Quiz

12th Grade

10 Qs

C quiz

C quiz

11th Grade - University

10 Qs

c

c

11th Grade - University

10 Qs

Artificial Intelligence and Machine Learning Quiz

Artificial Intelligence and Machine Learning Quiz

12th Grade

10 Qs

Understanding Linear Regression

Understanding Linear Regression

12th Grade

10 Qs

Linear Regression F23

Linear Regression F23

12th Grade

8 Qs

AI Insights

AI Insights

12th Grade

10 Qs

Logistic Regression

Logistic Regression

Assessment

Quiz

Computers

12th Grade

Medium

Created by

ACM UCLA

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Why do we use logistic regression instead of linear regression?

Logistic regression fits a linear equation to our data!

It is more logical

Logistic regression classifies our inputs!

Logistic regression is supervised learning, and linear regression is not.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the loss for multiclass classification?

Squared error

Media Image

Absolute error

Media Image

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the loss for binary classification?

Absolute error

Media Image

Squared error

Media Image

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

What does the sigmoid / softmax function do?

Makes sure the output is continuous, from -∞ to ∞

Alters the output to be in the range [0, 1]

Maps predictions to probabilities.

Sigmoid is linear

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What do we call the line that separates classes?

Linear regression

Decision boundary

Loss function