paper-with-me

Papers

Topic Classification from Text Using Decision Tree, K-NN and Multinomial Naïve Bayes

2019-05-03 · 1st International Conference on Advances in Science, Engineering and Robotics Technology (ICASERT) 2019 5 · Md. Ataur Rahman, Yeasmin Ara Akter

One of the central motivations behind Natural Language Processing is detecting patterns. Given a text document, the task of identifying the context is known to be as topic classification. This paper explores the performance of three different classifiers namely Decision Tree, K-Nearest Neighbors, and Multinomial Naive Bayes on a topic classification task (with six topic classes). The evaluation is done on the basis of accuracy, precision, recall, and f1-score based results. Among those three aforementioned classifiers, we have selected the Multinomial Naïve Bayes a sour best model using which we achieved 91.8% accuracy.

📄 PDF Abstract BibTeX

Code (1)

shaoncsecu/Topic_Classification

Tasks

ClassificationTopic Classification

Similar Papers 제목 키워드 기반

A Gamma-Poisson Mixture Topic Model for Short Text

2020-04-23 · Jocelyn Mazarura, Alta de Waal, Pieter de Villiers

Most topic models are constructed under the assumption that documents follow a multinomial distribution. The Poisson distribution is an alternative distribution to describe the probability of count data. For topic modell…

text-classificationText ClassificationTopic Models

A Comparative Study on TF-IDF feature Weighting Method and its Analysis using Unstructured Dataset

2023-08-08 · Mamata Das, Selvakumar K., P. J. A. Alphonse

Text Classification is the process of categorizing text into the relevant categories and its algorithms are at the core of many Natural Language Processing (NLP). Term Frequency-Inverse Document Frequency (TF-IDF) and NL…

ClassificationInformation RetrievalRetrievalSentiment Analysis+2

MPBART - Multinomial Probit Bayesian Additive Regression Trees

2013-09-30 · Bereket P. Kindo, Hao Wang, Edsel A. Peña

This article proposes Multinomial Probit Bayesian Additive Regression Trees (MPBART) as a multinomial probit extension of BART - Bayesian Additive Regression Trees (Chipman et al (2010)). MPBART is flexible to allow incl…

General Classificationregression

Sample Complexity and Decision-Theoretic Guarantees for Bayesian Model Averaging over Decision Trees with Catalan-Exponential Priors

2026-05-31 · Livija Jakaite, Vitaly Schetinin arxiv

We ask: when do Bayesian model averaging (BMA) weights over decision trees carry sufficient epistemic information to justify committed exploitation of the averaging distribution? We answer this question in closed form fo…

An Approximation Method for Fitted Random Forests

2022-07-05 · Sai K Popuri

Random Forests (RF) is a popular machine learning method for classification and regression problems. It involves a bagging application to decision tree models. One of the primary advantages of the Random Forests model is…

regression