Iterative Naive Bayes

  • Authors:
  • Joao Gama

  • Affiliations:
  • -

  • Venue:
  • DS '99 Proceedings of the Second International Conference on Discovery Science
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

Naive Bayes is a well known and studied algorithm both in statistics and machine learning. Bayesian learning algorithms represent each concept with a single probabilistic summary. In this paper we present an iterative approach to naive Bayes. The iterative Bayes begins with the distribution tables built by the naive Bayes. Those tables are iteratively updated in order to improve the probability class distribution associated with each training example. Experimental evaluation of Iterative Bayes on 25 benchmark datasets shows consistent gains in accuracy. An interesting side effect of our algorithm is that it shows to be robust to attribute dependencies.