RTUComputer ScienceYr 2024 · Sem 62024

Q9Machine Learning

Question

2 marks

What is the naive assumption in Naive Bayes?

Answer

The naive assumption is the strict, mathematically flawed presumption that all input features are absolutely conditionally independent of one another given the target class.

In Naive Bayes, calculating the exact joint probability is mathematically impossible for large datasets. The "naive" assumption violently simplifies this by assuming independence, calculating it as . Despite this horrific logical flaw, the algorithm performs exceptionally well in text classification.

Back to Paper