paper-with-me

홈 › Papers

An Improved Naive Bayes Classifier-based Noise Detection Technique for Classifying User Phone Call Behavior

2017-10-12 · Iqbal H. Sarker, Muhammad Ashad Kabir, Alan Colman, Jun Han

The presence of noisy instances in mobile phone data is a fundamental issue for classifying user phone call behavior (i.e., accept, reject, missed and outgoing), with many potential negative consequences. The classification accuracy may decrease and the complexity of the classifiers may increase due to the number of redundant training samples. To detect such noisy instances from a training dataset, researchers use naive Bayes classifier (NBC) as it identifies misclassified instances by taking into account independence assumption and conditional probabilities of the attributes. However, some of these misclassified instances might indicate usages behavioral patterns of individual mobile phone users. Existing naive Bayes classifier based noise detection techniques have not considered this issue and, thus, are lacking in classification accuracy. In this paper, we propose an improved noise detection technique based on naive Bayes classifier for effectively classifying users' phone call behaviors. In order to improve the classification accuracy, we effectively identify noisy instances from the training dataset by analyzing the behavioral patterns of individuals. We dynamically determine a noise threshold according to individual's unique behavioral patterns by using both the naive Bayes classifier and Laplace estimator. We use this noise threshold to identify noisy instances. To measure the effectiveness of our technique in classifying user phone call behavior, we employ the most popular classification algorithm (e.g., decision tree). Experimental results on the real phone call log dataset show that our proposed technique more accurately identifies the noisy instances from the training datasets that leads to better classification accuracy.

📄 PDF Abstract BibTeX arXiv:1710.04461

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Differentially Private Naive Bayes Classifier using Smooth Sensitivity

2020-03-31 · Farzad Zafarani, Chris Clifton

With the increasing collection of users' data, protecting individual privacy has gained more interest. Differential Privacy is a strong concept of protecting individuals. Naive Bayes is one of the popular machine learnin…

Sensitivity

Exploring Naive Bayes Classifiers for Tabular Data to Knowledge Graph Matching

2023-11-20 · SemTab@ISWC 2023 11 · Brice Foko, Azanzi Jiomekong, Hippolyte TAPAMO, Jérémy Buisson 외

The present research investigates the use of Naive Bayes classifiers to match knowledge graphs and tabular data, with particular emphasis on Column Type Annotation, Cell Entity Annotation, Column Property Annotation and …

Cell Entity AnnotationColumns Property AnnotationColumn Type AnnotationGraph Matching+1

Naive Bayes Entrapment Detection for Planetary Rovers

2018-01-31 · Dicong Qiu

Entrapment detection is a prerequisite for planetary rovers to perform autonomous rescue procedure. In this study, rover entrapment and approximated entrapment criteria are formally defined. Entrapment detection using Na…

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

Cascade of one-class classifier ensemble and dynamic naive Bayes classifier applied to the myoelectric-based upper limb prosthesis control with contaminated channels detection

2025-03-10 · Pawel Trajdos, Marek Kurzynski

Modern upper limb bioprostheses are typically controlled by sEMG signals using a pattern recognition scheme in the control process. Unfortunately, the sEMG signal is very susceptible to contamination that deteriorates th…

One-class classifier