naive-bayes-classification
There are 229 repositories under naive-bayes-classification topic.
surmon-china/naivebayes
NaiveBayes classifier for JavaScript
P7h/Spark-MLlib-Twitter-Sentiment-Analysis
:star2: :sparkles: Analyze and visualize Twitter Sentiment on a world map using Spark MLlib
niiknow/bayes
naive bayes in php
ljw9609/SentimentAnalysis
基于新浪微博数据的情感极性分析
rudikershaw/whichx
A small, no dependencies, Naive Bayes Text Classifier for JavaScript
gbroques/naive-bayes
A Python implementation of Naive Bayes from scratch.
wangy8989/Bankruptcy-Prediction-using-Machine-Learning
Using various machine learning models to predict whether a company will go bankrupt
joymnyaga/CreditAnalytics-Loan-Prediction
A predictive model that uses several machine learning algorithms to predict the eligibility of loan applicants based on several factors
mohitgupta-1O1/Kaggle-SMS-Spam-Collection-Dataset-
Classified messages as Spam or Ham using NLTK and Scikit-learn
rmodi6/Email-Classification
Classifying emails into custom user labels
AsadiAhmad/Naive-Base-Classifier
Navie Base Classifier for classifiing imdb comments
Jflick58/Easysentiment
GUI Application for Twitter Scraping and Sentiment Analysis.
Shaguns26/Fake-News-Detection
Fake News Detection-Naive Bayes Model
sondosaabed/Customer-Churn-Dataset-Analysis
Machine Learning, EDA, Classification tasks, Regression tasks for customer churn
parsa-abbasi/Persian-News-Classifier
Implementing a news classifier on Persian news dataset
ibodumas/naivebayes_mnist
I implemented a Naive Bayes classifier form scratch and applied it on MNIST dataset.
namsor/Java-Naive-Bayes-Classifier-JNBC
A scalable, explainable Java Naive Bayes Classifier that works either in memory or on persistent fast key-value store (MapDB, RocksDB or LevelDB)
rbayuokt/rb-naiveBayes-Web
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
Swapneel01/URL-Based-Spam-Classification-Using-Machine-Learning
URL Based Spam Classification Using Machine Learning
Balakishan77/Spam-Email-Classifier
Email Classification using Naive Bayes algorithm
krpiyush5/Spam-filtering
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
mdhifta/Sentiment-Analysis-Python-NaiveBayes
Sentiment Analysis With Naive Bayes : Python, Naive Bayes from scratch, Data from twitter about PSBB
adwansyed/Machine-Learning-Naive-Bayes-Spam-Emails
JavaFX application detecting whether files are spam or not using Naive Bayes filtering
agrawal-priyank/Machine-Learning-Models-For-Insurance-Loan-Applicants
Academic project for Advances in Data Science and Architecture course
bryan-md/Data-Science-Projects
Portfolio of personal projects & curriculum from Springboard
danielmuthama/Naive-bayes-classification-code
A Bayesian model to check for any spam in a given sequence of mails and classify if is a spam or not
prenio/Predicting-YouTube-Video-Clickbait-Potential-and-Predicting-Metadata-Statistics
Project on YouTube regarding predicting clickbait and metadata
bellatrix007/River-non-river-classifier
Simple Naive Bayes classification is utilized for segmenting satellite images into river and non-river points.
farahdhaifa/kampus-merdeka-crossvalidation
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.
Ishan-Kotian/Twitter-Sentiment-Analysis
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.
kesari007/Toxic-Comment-Classification
Multilabel classification of comments based on their toxicity.
LaxmiChaudhary/Classifying-silhouettes-of-vehicles
Unsupervised Learning (PCA) on Vehicle dataset
Mananp96/Email-Spam-Detector-Naive-Bayes-Classifier
A Python-based email spam detector using the Naive Bayes approach.
ShababAhmedd/CSE422_Artificial.Intelligence
This repository contains all the lab assignments done in the CSE422 course of BracU.
shubham0204/GaussianNaiveBayes_Android_App
A simple implementation of the Gaussian Naive Bayes algorithm in Android ( with Kotlin ).