paper-with-me

홈 › Papers

Optimal Projections for Classification with Naive Bayes

2024-09-09 · David P. Hofmeyr, Francois Kamper, Michail M. Melonas

In the Naive Bayes classification model the class conditional densities are estimated as the products of their marginal densities along the cardinal basis directions. We study the problem of obtaining an alternative basis for this factorisation with the objective of enhancing the discriminatory power of the associated classification model. We formulate the problem as a projection pursuit to find the optimal linear projection on which to perform classification. Optimality is determined based on the multinomial likelihood within which probabilities are estimated using the Naive Bayes factorisation of the projected data. Projection pursuit offers the added benefits of dimension reduction and visualisation. We discuss an intuitive connection with class conditional independent components analysis, and show how this is realised visually in practical applications. The performance of the resulting classification models is investigated using a large collection of (162) publicly available benchmark data sets and in comparison with relevant alternatives. We find that the proposed approach substantially outperforms other popular probabilistic discriminant analysis models and is highly competitive with Support Vector Machines.

📄 PDF Abstract BibTeX arXiv:2409.05635

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDimensionality Reduction

Similar Papers 제목 키워드 기반

Optimal partition of feature using Bayesian classifier

2023-04-27 · Sanjay Vishwakarma, Srinjoy Ganguly

The Naive Bayesian classifier is a popular classification method employing the Bayesian paradigm. The concept of having conditional dependence among input variables sounds good in theory but can lead to a majority vote s…

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

Naive Bayes with Correlation Factor for Text Classification Problem

2019-05-08 · Jiangning Chen, Zhibo Dai, Juntao Duan, Heinrich Matzinger 외

Naive Bayes estimator is widely used in text classification problems. However, it doesn't perform well with small-size training dataset. We propose a new method based on Naive Bayes estimator to solve this problem. A cor…

ClassificationGeneral Classificationtext-classificationText Classification

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

Bayes and Naive Bayes Classifier

2014-04-03 · Vikramkumar, Vijaykumar B, Trilochan

The Bayesian Classification represents a supervised learning method as well as a statistical method for classification. Assumes an underlying probabilistic model and it allows us to capture uncertainty about the model in…

ClassificationGeneral Classification