Naive Bayes Classifier

A Naive Bayes Classifier is a set of classification algorithms based on the Bayes theorem. The whole concept of this classification technique is based on the assumption that no two individual features present in a class are related to each other. It is not a single algorithm but a family of generative learning algorithms.

Naive Bayes Classifier

It is referred to as naive because of its assumption, which is only sometimes accurate in real-world scenarios. The algorithms are based on the probability of hypothesis in which the given data is coupled with prior knowledge. There are different types of naive Bayes models used in different types of problems and hypothesis testing.

Table of contents