Practice Library

All MCQs

Browse exam-wise, subject-wise, and country-wise MCQs with explanations.

Hard

Why are log probabilities often used when implementing Naive Bayes?

Choose an option to check your answer.

Medium

What is the purpose of Laplace smoothing in Naive Bayes?

Choose an option to check your answer.

Medium

A word appears in a test message but never appeared in training documents of one class. Without smoothing, what can happen?

Choose an option to check your answer.

Easy

Which Naive Bayes variant is especially suitable for word-count features in documents?

Choose an option to check your answer.

Easy

Under the maximum a posteriori decision rule, which class is selected?

Choose an option to check your answer.

Easy

What does a posterior class probability represent?

Choose an option to check your answer.

Medium

In a spam classifier, what does P(word | spam) represent?

Choose an option to check your answer.

Easy

In Naive Bayes, what is a class prior?

Choose an option to check your answer.

Medium

What is the “naive” assumption in Naive Bayes?

Choose an option to check your answer.

Easy

What is the central idea of a Naive Bayes classifier?

Choose an option to check your answer.