Building Classifiers Using Bayesian Networks
Abstract
Recent work in supervised learning has shown that a surprisingly simple Bayesian classifier with strong assumptions of independence among features, called naive Bayes, is competitive with state of the art classifiers such as C4.5. This fact raises the question of whether a classifier with less restrictive assumptions can perform even better. In this paper we examine and evaluate approaches for inducing classifiers from data, based on recent results in the theory of learning Bayesian networks. Bayesian networks are factored representations of probability distributions that generalize the naive Bayes classifier and explicitly represent statements about independence. Among these approacheswe single out a method we call Tree Augmented Naive Bayes (TAN), which outperforms naive Bayes, yet at the same time maintains the computational simplicity (no search involved) and robustness which are characteristic of naive Bayes. We experimentally tested these approaches using benchmark problems from...
Cite
Text
Friedman and Goldszmidt. "Building Classifiers Using Bayesian Networks." AAAI Conference on Artificial Intelligence, 1996.Markdown
[Friedman and Goldszmidt. "Building Classifiers Using Bayesian Networks." AAAI Conference on Artificial Intelligence, 1996.](https://mlanthology.org/aaai/1996/friedman1996aaai-building/)BibTeX
@inproceedings{friedman1996aaai-building,
title = {{Building Classifiers Using Bayesian Networks}},
author = {Friedman, Nir and Goldszmidt, Moisés},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {1996},
pages = {1277-1284},
url = {https://mlanthology.org/aaai/1996/friedman1996aaai-building/}
}