0 votes
in Artificial Intelligence by
What Is ‘naive’ in the Naive Bayes Classifier?

1 Answer

0 votes
by

The classifier is called ‘naive’ because it makes assumptions that may or may not turn out to be correct. 

The algorithm assumes that the presence of one feature of a class is not related to the presence of any other feature (absolute independence of features), given the class variable.

For instance, a fruit may be considered to be a cherry if it is red in color and round in shape, regardless of other features. This assumption may or may not be right (as an apple also matches the description).

Related questions

+1 vote
asked Jul 17, 2020 in Deep Learning by RShastri
+1 vote
asked Oct 23, 2021 in Artificial Intelligence by DavidAnderson
...