naivebayes
There are 65 repositories under naivebayes topic.
apachecn/ailearning
AiLearning:数据分析+机器学习实战+线性代数+PyTorch+NLTK+TF2
TeFuirnever/Machine-Learning-in-Action
⚡️⚡️⚡️《机器学习实战》代码(基于Python3)🚀
surmon-china/naivebayes
NaiveBayes classifier for JavaScript
lining0806/MachineLearningAlgorithm
一些常用的机器学习算法实现
niiknow/bayes
naive bayes in php
gbroques/naive-bayes
A Python implementation of Naive Bayes from scratch.
akimach/SwiftNaiveBayes
Naive Bayes classifier implemented in Swift
vedantpuri/emoji-prediction
Predicts an emoji based on a given tweet using various NLP models.
Ashishkumar-hub/Income-Prediction-
To build a classification methodology to determine whether a person makes over 50K per year.
rohitinu6/Lung_Cancer_Prediction_Using_Machine_Learning
Lung Cancer Prediction using Machine Learning Algorithms
ibodumas/naivebayes_mnist
I implemented a Naive Bayes classifier form scratch and applied it on MNIST dataset.
andreacanepa/NaiveBayes-Text-Classification
Naive Bayes algorithm for multi-category text classification.
joymnyaga/CustomerAnalytics-Predicting-Customer-Churn
A predictive model that leverages classification models such as Random Forest and Naive Bayes to predict customer churn
Melanee-Melanee/NLP-Project
Natural language processing on tweets
cdalsania/Credit_Card_Fraud_Detection
This project researched the credit card transaction dataset and tried various machine learning classification models on the dataset to determine the best model that would flag suspicious activity more accurately.
Colinasda/NaiveBayes
使用Naive Bayes模型进行Twitter评论分类。数据集分为训练集、验证集、测试集,均是tsv文件,对于测试集的预测结果为prediction.tsv
mohsenfallahnjd/NaiveBayes
Implementation of NaiveBayes algorithm with python.
muzafakar/alquran_classification
Bismillah, semoga project skripsi ini bisa memberikan manfaat bagi orang banyak.
psyclone20/Naive-Bayes-classifier
A Java program to learn from a CSV dataset and then use the knowledge to classify an unseen sample
SevdanurGENC/Machine-Learning-Lecture-Notes
Machine Learning Lecture Notes
abdmo6/US-mine-site-data-analysis
US Mine Site Injury Data Analysis
allanbmartins/Projeto_NPL_Fakenews
PROJETO DE ANÁLISE DE FAKE NEWS COM A UTILIZAÇÃO DO CORPUS FAKEBR A BIBLIOTECA NLTK EM PYTHON
Andrei-Chiorian/machine_learning_projects
Machine Learning Algorithms & Data Manipulation with Python A collection of machine learning algorithms and data manipulation techniques using Python and Scikit-learn. Covers regression, classification, clustering, and neural networks, using real email and NSL-KDD datasets for practical applications.
gassantos/ML-Extension-Course
Curso de Aprendizado de Máquina
girishsaraf/Data-Warehousing-And-Mining
Codes related to data warehousing and mining
imratnesh/python_all
tkinter, machinelearning, kaggle
mmanishh/slangdetector
Swear word Detector implemented through NLP Using naive bayes model.
NilayGaitonde/Algorithms
Implementing basic ML algorithms using numpy
scarletcho/naivebayes_cs124
A naive bayes classifier for text (as a group exercise from CS124 at Stanford)
serhangursoy/Machine-Learning-Text-Classification
Text Classifier Using with Naive Bayes. Machine Learning
smravi/NLP
Algorithms used in Natural Language Processing
asghar-rizvi/Email-Spam-Detector-EDA-Model-Building-and-Flask-Integration
The Email Spam Detector project uses Python to identify spam emails. It leverages a Kaggle dataset for training, employs TfidfVectorizer for preprocessing, and selects a Naive Bayes model for its performance. The Flask-based web app features an HTML/CSS frontend for user input and spam classification.
EricHidekiMiyahara/naiveBayesEArvoreDeDecisao
Este repositório contém os algoritmos de Naive Bayes e Árvore de Decisão para prever as classificações e avaliar o desempenho do modelo.