Email Spam Detection using Machine Learning
-
Updated
Jul 20, 2023 - Jupyter Notebook
Email Spam Detection using Machine Learning
An Email Spam Classifier project, helps you detect your spam email from correct email. Try it out here!
Identifying and distinguishing spam SMS and Email using the multinomial Naïve Bayes model.
Implemented Preprocessing steps, Feature Extraction techniques and Naive Bayes Classifier in C++. Moreover, we have also implemented all the steps using python for comparative analysis.
One of the primary methods for spam mail detection is email filtering. It involves categorize incoming emails into spam and non-spam. Machine learning algorithms can be trained to filter out spam mails based on their content and metadata.
Would you like to know which e-mail is spam and which is ham?
An end-2-end project
This is an Email/SMS spam detection system, built as a project for AutumnnHacks Hackathon. It classifies messages you recieve on emails and sms as spam or not spam.
This machine learning project implements an advanced email spam detection system using Python and scikit-learn. By leveraging Multinomial Naive Bayes classification, the system accurately distinguishes between spam and legitimate (ham) emails.
📩 Email spam classiffier with Multinomial NB & TFIDF Vectorizer and using Streamlit for Modern UI.
This Python code compares the performance of k-Nearest Neighbors (k-NN) and Multi-Layer Perceptron (MLP) classifiers using a dataset from 'spambase.csv,' evaluating accuracy, precision, recall, and F1 score for each model.
Email Spam Detection Using Logistic Regression
This project is to classify emails as spam or not spam using various machine learning models. Hyperparameter tuning is performed to optimize model performance.
Email-Spam-Classifier using Naive Bayes Algorithm
Classify the message is spam or not using Multinomial Naive Bayes.
An email spam detection system with ML and Python
🔥 Classify your email SPAM or HAM easily with the Machine Learning Algorithm, FAST API and User-Friendly UI.
To check email is spam or not spam
Classifies an email as spam or not using naive_bayes machine learning algorithm
Email spam classification for Naive Bayes, Gradient Boosting Machine, Support Vector Machine and Random Forest
Add a description, image, and links to the email-spam-classifier topic page so that developers can more easily learn about it.
To associate your repository with the email-spam-classifier topic, visit your repo's landing page and select "manage topics."