Regression

Regression

12th Grade

7 Qs

quiz-placeholder

Similar activities

Deep Learning quiz 2

Deep Learning quiz 2

1st - 12th Grade

12 Qs

Inspire - AI Trivia

Inspire - AI Trivia

7th - 12th Grade

10 Qs

AiForTeens module 2

AiForTeens module 2

9th - 12th Grade

5 Qs

Intro to Typography

Intro to Typography

7th - 12th Grade

10 Qs

Linear Regression F23

Linear Regression F23

12th Grade

8 Qs

AI Insights

AI Insights

12th Grade

10 Qs

Classification

Classification

KG - Professional Development

5 Qs

Types of Machine Learning

Types of Machine Learning

9th - 12th Grade

11 Qs

Regression

Regression

Assessment

Quiz

Computers

12th Grade

Hard

Created by

MAHIMA ASTHANA

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is Supervised ML represented mathematically?

            f-prediction function, x- image feature, y- output

y=x(f)

x=f(y)

y=f(x)

x=x(f)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements is not true about unsupervised ML?

Data is labelled with which model is trained

It is a learning methodology in ML   

It is useful for identifying patterns in data 

This learning is similar to human intelligence

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the two types of ML classification problems in ML?

One Class and two class classification

Binary & multi class classification

Classification and Regression

Balance and Unbalanced

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not an example of Regression?

Prediction of rain using temperature

Determining market trends

Prediction of road accidents

Filtering emails into spam or no-spam

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If values in one set decrease when the values in another increase, the slope of the line would be ___.

Negative

Positive

Zero

Undefined

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT true for multiple Linear Regression?

Has set of independent variables

Many predictors - one target

One regression coefficient

y = b0 + b1x1 + ……… bnxn

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many columns would be their if grade is encoded using dummy encoding?

grade = [‘A’, ‘B+’, ‘A+’, ‘A’, ‘B’, ‘B’]

2

3

4

6