Data Mining - Bayesian Classification
Data Mining - Bayesian Classification
Bayesian Classification
A statistical classifier
Probabilistic prediction
Predict class membership probabilities
Based on Bayes Theorem
Naive Bayesian classifier
comparable performance with decision tree and
selected neural network classifiers
Accuracy and Speed is good when applied to
large databases
Incremental
Nave Bayesian Classifier
Class Conditional Independence
Effect of an attribute value on a given class is
attributes
Bayesian Theorem: Basics
Let X be a data sample class label is unknown
Let H be a hypothesis that X belongs to class C
Classification is to determine P(H|X), the probability
that the hypothesis holds given the observed data
sample X
Posterior Probability
Bayesian Theorem
Given training data X, posteriori probability of a
hypothesis H, P(H|X), follows the Bayes theorem
Disadvantages