Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spam email detection #379

Merged
merged 13 commits into from
Dec 10, 2023

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions Email Spam Classification/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Spam Email Classification https://github.com/World-of-ML/DL-Simplified/issues/340

Full name : Aindree Chatterjee

GitHub Profile Link : https://github.com/aindree-2005

Email ID : [email protected]

Program : CodePeak

Approach for this Project :

**LSTM**

Long Short-Term Memory (LSTM) is a type of recurrent neural network (RNN) designed for processing and predicting sequences. To detect spam, LSTM can analyze patterns in email or text sequences, identifying suspicious content based on contextual relationships and learning from sequential data to make accurate predictions about the likelihood of spam.
**BERT**
BERT (Bidirectional Encoder Representations from Transformers) is a pre-trained natural language processing model. To detect spam, fine-tune BERT on labeled spam/ham data. Use the trained model to predict whether new messages are spam based on their language context, achieving more accurate spam detection compared to traditional methods.


Loading
Loading