WBCsvm: Weighted Bayesian Classification Based on Support Vector Machines

Abstract

This paper introduces an algorithm that combines nave Bayes classification with feature weighting. Most of the related approaches to feature transformation for nave Bayes suggest various heuristics and non-exhaustive search strategies for selecting a subset of features with which nave Bayes performs better than with the complete set of features. In contrast, the algorithm introduced in this paper employs feature weighting performed by a support vector machine. The weights are optimised such that the danger of overfitting is reduced. To the best of our knowledge, this is the first time that nave Bayes classification has been combined with feature weighting. Experimental results on 15 UCI domains demonstrate that WBC SVM compares favourably to state-of-the-art machine learning approaches.

Cite

Text

Gärtner and Flach. "WBCsvm: Weighted Bayesian Classification Based on Support Vector Machines." International Conference on Machine Learning, 2001.

Markdown

[Gärtner and Flach. "WBCsvm: Weighted Bayesian Classification Based on Support Vector Machines." International Conference on Machine Learning, 2001.](https://mlanthology.org/icml/2001/gartner2001icml-wbcsvm/)

BibTeX

@inproceedings{gartner2001icml-wbcsvm,
  title     = {{WBCsvm: Weighted Bayesian Classification Based on Support Vector Machines}},
  author    = {Gärtner, Thomas and Flach, Peter A.},
  booktitle = {International Conference on Machine Learning},
  year      = {2001},
  pages     = {154-161},
  url       = {https://mlanthology.org/icml/2001/gartner2001icml-wbcsvm/}
}