A java classifier based on the naive Bayes approach complete with Maven support and a runnable example.
JAVA implementation of Multinomial Naive Bayes Text Classifier.
朴素贝叶斯文本分类器
yet another general purpose naive bayesian classifier.
Very basic implementation of Naive Bayes Classifier in PHP
Naive Bayes classifier
Naive bayes classifier.
Using a Naive Bayes Classifier gets possible diseases from symptoms
Gaussian Naive Bayes (GaussianNB) classifier
An online Gaussian Naive Bayes classifier
A simple naive Bayes classifier for textual sentiment analysis in nodejs
Simple python implementation of the Gaussian Bayes classifier algorithm (without the naive asumption)
I implemented a Naive Bayes classifier form scratch and applied it on MNIST dataset.
Naive Bayes-based Context Extension
Implements Naive Bayes and Gaussian Naive Bayes Machine learning Classification algorithms from scratch in Python.
A Naive Bayes hand-written number classifier implemented in Python using only built-in libraries. (MNIST dataset)
Naive Bayesian algorithm for spam classification 朴素贝叶斯算法用于垃圾邮件分类
Sentiment analysis on tweets using Naive Bayes, SVM, CNN, LSTM, etc.
Project using Naive Bayes, SVM, CNN, LSTM, etc.
Decision Trees, Random Forest, Dynamic Time Warping, Naive Bayes, KNN, Linear Regression, Logistic Regression, Mixture Of Gaussian, Neural Network, PCA, SVD, Gaussian Naive Bayes, Fitting Data to Gaus...
"20 newsgroups" dataset - Text Classification using Multinomial Naive Bayes in Python.