paper-with-me

홈 › Papers

Locally Weighted Learning for Naive Bayes Classifier

2014-12-21 · Kim-Hung Li, Cheuk Ting Li

As a consequence of the strong and usually violated conditional independence assumption (CIA) of naive Bayes (NB) classifier, the performance of NB becomes less and less favorable compared to sophisticated classifiers when the sample size increases. We learn from this phenomenon that when the size of the training data is large, we should either relax the assumption or apply NB to a "reduced" data set, say for example use NB as a local model. The latter approach trades the ignored information for the robustness to the model assumption. In this paper, we consider using NB as a model for locally weighted data. A special weighting function is designed so that if CIA holds for the unweighted data, it also holds for the weighted data. The new method is intuitive and capable of handling class imbalance. It is theoretically more sound than the locally weighted learners of naive Bayes that base classification only on the $k$ nearest neighbors. Empirical study shows that the new method with appropriate choice of parameter outperforms seven existing classifiers of similar nature.

📄 PDF Abstract BibTeX arXiv:1412.6741

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Fractional Naive Bayes (FNB): non-convex optimization for a parsimonious weighted selective naive Bayes classifier

2024-09-17 · Carine Hue, Marc Boullé

We study supervised classification for datasets with a very large number of input variables. The na\"ive Bayes classifier is attractive for its simplicity, scalability and effectiveness in many real data applications. Wh…

Variable Selection

Locally Differentially Private Naive Bayes Classification

2019-05-03 · Emre Yilmaz, Mohammad Al-Rubaie, J. Morris Chang

In machine learning, classification models need to be trained in order to predict class labels. When the training data contains personal information about individuals, collecting training data becomes difficult due to pr…

ClassificationDimensionality ReductionGeneral Classification

FuzzyClass: A family of Fuzzy and Non-Fuzzy probabilistic-based classifiers

2023-08-26 · Journal of Open Source Software 2023 8 · Jodavid A. Ferreira, Ronei M. Moraes

This paper presents a package written in the language R for classifiers based on Naive Bayes and Fuzzy Naive Bayes named FuzzyClass. This R package implements eight fuzzy classifiers, with option for using the classica…

Improving usual Naive Bayes classifier performances with Neural Naive Bayes based models

2021-11-14 · Elie Azeraf, Emmanuel Monfrini, Wojciech Pieczynski

Naive Bayes is a popular probabilistic model appreciated for its simplicity and interpretability. However, the usual form of the related classifier suffers from two major problems. First, as caring about the observations…

Sentiment Analysis

Positive Feature Values Prioritized Hierarchical Redundancy Eliminated Tree Augmented Naive Bayes Classifier for Hierarchical Feature Spaces

2022-04-12 · Cen Wan

The Hierarchical Redundancy Eliminated Tree Augmented Naive Bayes (HRE-TAN) classifier is a semi-naive Bayesian model that learns a type of hierarchical redundancy-free tree-like feature representation to estimate the da…