paper-with-me

홈 › Papers

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' law, it cannot consider complex features. Moreover, it considers the conditional independence of the observations given the hidden variable. This paper introduces the original Neural Naive Bayes, modeling the parameters of the classifier induced from the Naive Bayes with neural network functions. This allows to correct the first problem. We also introduce new Neural Pooled Markov Chain models, alleviating the independence condition. We empirically study the benefits of these models for Sentiment Analysis, dividing the error rate of the usual classifier by 4.5 on the IMDB dataset with the FastText embedding.

📄 PDF Abstract BibTeX arXiv:2111.07307

Code (0)

등록된 구현이 없습니다.

Tasks

Sentiment Analysis

Methods 이 논문이 사용한 방법론

fastText fastText embeddings exploit subword information to construct word embeddings. Representations are learnt of character $n$-grams, and words represented as the sum of the…

Similar Papers 제목 키워드 기반

Improved Naive Bayes with Mislabeled Data

2023-04-13 · Qianhan Zeng, Yingqiu Zhu, Xuening Zhu, Feifei Wang 외

Labeling mistakes are frequently encountered in real-world applications. If not treated well, the labeling mistakes can deteriorate the classification performances of a model seriously. To address this issue, we propose …

Classificationtext-classificationText Classification

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 wh…

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…

Naive Bayes and Text Classification I - Introduction and Theory

2014-10-16 · Sebastian Raschka

Naive Bayes classifiers, a family of classifiers that are based on the popular Bayes' probability theorem, are known for creating simple yet well performing models, especially in the fields of document classification and…

ClassificationDisease PredictionDocument ClassificationGeneral Classification+2

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…