There are 0 repository under bernoulli-naive-bayes topic.
I aim in this project to analyze the sentiment of tweets provided from the Sentiment140 dataset by developing a machine learning sentiment analysis model involving the use of classifiers. The performance of these classifiers is then evaluated using accuracy and F1 scores.
Sentiment Analysis on Twitter data using Bernoulli Naïve Bayes
Webapp para classificar comentários (positivos, negativos e neutros) advindos do Facebook usando Natural Language Toolkit (NLTK) + Django e Bootstrap na interface Web.
NLP Project for SDAIA T5 Data Science Bootcamp. This project consists of sentiment analysis for hotel reviews and classification algorithms based on that. Also, the project has word clustering models and a hotel recpmmendation system based on the nationalities and the reviewers' scores.
Email Spam detection using python and three different algorithms.
A simple BernoulliNB spam comments detection model.
Bernoulli and Multinomial Naïve Bayes classifiers for documents using Julia
Estimating the growth or depreciation on exchange rates by using sentiment analysis method from social media comments
Sentiment analysis using Naive-Bayes Classifier
This is a NLP - Sentiment Analysis Project built using Bernoulli-Naive-Bayes Algorithm to Predict is the IMDB Movie Review is Positive or Negative.
Predicting financial well-being through survey data from the Consumer Financial Protection Bureau
This repo has email classifiers based on Naive Bayes classifier, Bernouilli Naive Bayes Classifier and Logistic Regression Classifier.
Machine learning Classification for Family Determination for various generations by their age, height, weight, etc...
I took as input a Pokemon's many Pokedex entries and used the text to try to predict the Pokemon's type.
This project aims to develop a machine learning algorithm that can accurately detect and filter out spam comments on YouTube videos.
There are three classes InfoTheory, CompVis and Math. These can occur in any combination, so an article could be all three at once, two, one or none. The job is to build text classifiers that predict each of these three classes individually using the Abstract field.
Spam detection using Naive Bayes Models
The Sarcasm Detector is a machine learning project designed to identify sarcasm in text. Utilizing Python and powerful libraries like scikit-learn, Pandas, and NumPy, this project trains a Bernoulli Naive Bayes model on a dataset of headlines to classify them as sarcastic or non-sarcastic.
In this study, after detailed Exploratory Data Analysis, 5 different machine learning models were tested on Titanic Data to answer the question "What sorts of people were more likely to survive?" and the best model for survival prediction was determined.
Sentiment analysis on the IMDb dataset through a custom multivariate Bernoulli Naive Bayes implementation and a rudimentary BiGRU RNN.
This project aims to develop an ML algorithm that can accurately detect and filter out spam comments on comments made on YouTube videos.
Loan Eligibility Prediction Model: A machine learning application to predict loan approval based on applicant data. Includes a web interface for submitting loan applications and receiving predictions. Built with Python and Jupyter Notebook.
Delved into advanced techniques to enhance ML performance during the uOttawa 2023 ML course. This repository offers Python implementations of Naïve Bayes (NB) and K-Nearest Neighbor (KNN) classifiers on the MCS dataset.
We analyse sentiments of tweets which are in the form of tweets. I collected this data from Kaggle. By this strategy we can find good or bad tweets I mean which tweets are harmful and disrespectful according to Twitter guidlines.
This Python program performs sentiment analysis on movie reviews using the polarity_dataset_v2.0.
Analyzing the mood of tweets! We sort tweets on popular topics into positive, negative, or neutral categories to gauge public opinion. See what Twitter really thinks!
A Machine Learning Processing with SMS Data to predict whether the SMS is Spam/Ham with various ML Algorithms like MultinomialNB, LogisticRegression, SVC, DecisionTreeClassifier, RandomForestClassifier, KNeighborsClassifier, AdaBoostClassifier, BaggingClassifier, ExtraTreesClassifier, GradientBoostingClassifier, XGBClassifier to compare accuracy.
A Machine Learning project that identifies whether a given message is spam or not. It uses Natural Language Processing (NLP) techniques (Stemming and TF-IDF Vectorization) for text transformation and a trained Multinomial Naive Bayes Classifier for predictions.
a classification problem using ensemble methods on the Titanic dataset.
Fake News Detection** is a natural language processing task that involves identifying and classifying news articles or other types of text as real or fake.
Spam Comments Detection using Bernoulli Naive Bayes Algorthm
The Toxic Comment Classifier using Natural Language Processing (NLP) is a project designed to detect and categorize toxic, severe toxic, identity hate, obscene, threat, and insulting comments within digital communication platforms. It may help to promote a healthier online discourse by identifying and flagging potentially harmful content.
This project is an email classification website that determines whether an email is spam or ham (not spam) using Bernoulli and Multinomial Naive Bayes algorithms. The web application is built with Flask.
Stress Detection Using Natural Language Processing