Naive Bayes

Naive Bayes

University

5 Qs

quiz-placeholder

Similar activities

Session 4

Session 4

University

6 Qs

AI_Decision_Agents

AI_Decision_Agents

University

10 Qs

Understanding Regression and Bayes Theorem

Understanding Regression and Bayes Theorem

University

10 Qs

Gradient Descent Method

Gradient Descent Method

University

10 Qs

Probabilities in knowledge base

Probabilities in knowledge base

University

9 Qs

Seatwork HASH (Data Structure)

Seatwork HASH (Data Structure)

University

10 Qs

Simulation

Simulation

University - Professional Development

10 Qs

Introduction to Deep Learning

Introduction to Deep Learning

University

10 Qs

Naive Bayes

Naive Bayes

Assessment

Quiz

Computers

University

Medium

Created by

Saturday นบม.

Used 5+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If we are trying to classify if a person walks to work, or drives to work, we can use Bayes Theorom to get which of the following?

Probability that the individual walks to work

Probability that the individual drives to work

A & B

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In our NB equation, do we use the following? Prior Probability, Marginal Likelihood, Posterior Probability

Yes

No

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In our example because we don't have too much information, how do we calculate P(Walks)

We take the number of walkers divided by the total number of observations. In our example that is 10/30.

We take the number of drivers and multiply it by the dependent variable.

We take the number of walkers and add it to the total number of observations.

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is the following true: Bayes theorem requires independence assumption which are sometimes incorrect, so it is seen as "naive"

Yes

No

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When we have more than 2 classes is the following statement true? It follows a similar/straight process as it always adds up to 1. If we have 3 classes and classify 1 and it's greater than 50% we can assign that class, but if not we have to calculate for each to assign the classification.

Yes

No