2014 IEEE International Symposium on Innovations in Intelligent Systems and Applications (INISTA) Proceedings 2014
DOI: 10.1109/inista.2014.6873605
|View full text |Cite
|
Sign up to set email alerts
|

Naive Bayes classifier for continuous variables using novel method (NBC4D) and distributions

Abstract: In data mining, when using Naive Bayes classification technique, it is necessary to overcome the problem of how to deal with continuous attributes. Most previous work has solved the problem either by using discretization, normal method or kernel method. This study proposes the usage of different continuous probability distribution techniques for Naive Bayes classification. It explores various probability density functions of distributions. The experimental results show that the proposed probability distributio… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
9
0
1

Year Published

2015
2015
2022
2022

Publication Types

Select...
7
1
1

Relationship

0
9

Authors

Journals

citations
Cited by 19 publications
(10 citation statements)
references
References 8 publications
0
9
0
1
Order By: Relevance
“…The NB classifier is a well-known statistical supervised learning algorithm based on Bayes’ Theorem [30]. Conditional probabilities are calculated using all training sets to determine the category in which the text document should be classified.…”
Section: Materials and Methods Appliedmentioning
confidence: 99%
“…The NB classifier is a well-known statistical supervised learning algorithm based on Bayes’ Theorem [30]. Conditional probabilities are calculated using all training sets to determine the category in which the text document should be classified.…”
Section: Materials and Methods Appliedmentioning
confidence: 99%
“…Spark MLlib NB may be trained within a single pass through data set and, therefore, it does not need to cache training data. Spark MLlib NB model implements a multinomial Bayesian approach, which is particularly efficient for text analysis tasks . The NB takes RDD of class labels and related features and produces a model for the prediction/evaluation purposes.…”
Section: Use Case: Generic Sentiment Analysis Frameworkmentioning
confidence: 99%
“…Naive Bayes is a supervised learning algorithm in the machine learning [8]. Specially, NB is being used for classification.…”
Section: Naive Bayes Classifiermentioning
confidence: 99%