There are 2 repositories under naive-bayes-classification topic.
NaiveBayes classifier for JavaScript
:star2: :sparkles: Analyze and visualize Twitter Sentiment on a world map using Spark MLlib
A Python implementation of Naive Bayes from scratch.
A small, no dependencies, Naive Bayes Text Classifier for JavaScript
Using various machine learning models to predict whether a company will go bankrupt
Navie Base Classifier for classifiing imdb comments
Classifying emails into custom user labels
Classified messages as Spam or Ham using NLTK and Scikit-learn
A predictive model that uses several machine learning algorithms to predict the eligibility of loan applicants based on several factors
GUI Application for Twitter Scraping and Sentiment Analysis.
Fake News Detection-Naive Bayes Model
Implementing a news classifier on Persian news dataset
Machine Learning, EDA, Classification tasks, Regression tasks for customer churn
Algoritma Naive Bayes merupakan sebuah metoda klasifikasi menggunakan metode probabilitas dan statistik, Algoritma Naive Bayes memprediksi peluang di masa depan berdasarkan pengalaman di masa sebelumnya
I implemented a Naive Bayes classifier form scratch and applied it on MNIST dataset.
A scalable, explainable Java Naive Bayes Classifier that works either in memory or on persistent fast key-value store (MapDB, RocksDB or LevelDB)
URL Based Spam Classification Using Machine Learning
Email Classification using Naive Bayes algorithm
Spam Filter is a machine learning model that is used to detect unsolicited and unwanted messages and avert those messages from getting to a users’s inbox
Sentiment Analysis With Naive Bayes : Python, Naive Bayes from scratch, Data from twitter about PSBB
JavaFX application detecting whether files are spam or not using Naive Bayes filtering
Academic project for Advances in Data Science and Architecture course
Portfolio of personal projects & curriculum from Springboard
A Bayesian model to check for any spam in a given sequence of mails and classify if is a spam or not
Project on YouTube regarding predicting clickbait and metadata
This project presents a comparative study of Quantum Naive Bayes and Classical Gaussian Naive Bayes algorithms applied to the NASA Nearest Earth Object Dataset.
Simple Naive Bayes classification is utilized for segmenting satellite images into river and non-river points.
this project is sentiment analysis about about Kampus Merdeka that launched at Youtube platform using Naive Bayes Classifier with TF-IDF term weighting, also get validated using K Fold Cross Validation. The score-mean result is 91.2%, pretty good for valid score.
Hate Speech in the form of racism and sexism has become a nuisance on Twitter and it is important to segregate these sort of tweets from the rest. In this problem, I have taken the Twitter data that has both normal and hate tweets. So the task was to identify the tweets which have a positive connotation from the tweets that have a negative one.
Unsupervised Learning (PCA) on Vehicle dataset
A Python-based email spam detector using the Naive Bayes approach.
This repository contains all the lab assignments done in the CSE422 course of BracU.
A simple implementation of the Gaussian Naive Bayes algorithm in Android ( with Kotlin ).