Department of Mathematics and Statistics, Faculty of Science and Technology, Thammasat University, Khlong Luang, Pathum Thani, Thailand RandomGaussianNB is an open-source R package implementing the ...
ABSTRACT: Cardiovascular diseases (CVDs) are the leading cause of death worldwide, accounting for millions of deaths each year according to the World Health Organization (WHO). Early detection of ...
Background: Eye-tracking technology has proven to be a valuable tool in detecting visual scanning patterns associated with autism spectrum disorder (ASD). Its advantages in easily obtaining reliable ...
The goal of a machine learning regression problem is to predict a single numeric value. There are roughly a dozen different regression techniques such as basic linear regression, k-nearest neighbors ...
1 PG & Research Department of Computer Science, D.G.Vaishnav College, Chennai, India. 2 PG Department of IT & BCA, D.G.Vaishnav College, Chennai, India. 3 Department of Computer Science, Souht East ...
Naive Bayes is a probabilistic machine learning algorithm that can be used to solve a wide range of classification problems. Typical applications include spam filtering, document classification, ...
Abstract: Naive Bayes is one of the most well-known data mining algorithms for classification. Naive Bayes is a simple and effective learning theory that does not need various parameters. However, ...
GREP is a command-line utility for searching plain-text data sets for lines that match a regular expression or simply a string. In this, I implemented GREP using Naive Search.