-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
Spam email detection #379
Conversation
Our team will soon review your PR. Thanks @aindree-2005 :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please follow the project structure maintained by other contributors. You can go through the projects to have an idea on this.
@aindree-2005
@abhisheks008 I have made the folders as needed now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks really good to me. I'd suggest a small change to make the project complete. Please create a folder named as Images
and put the EDA generated images into it. Also add the visualization results in the README.md
file under the Visualization section.
@abhisheks008 Added the EDA images into Images. Added the results to readme |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great one. You PR is approved and upgraded to Hard
category.
@aindree-2005
Pull Request for DL-Simplified 💡
Issue Title :
Issue #340 Email Spam Detection using DL
Codepeak Participant
)Closes: #340
Describe the add-ons or changes you've made 📃
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
Type of change ☑️
What sort of change have you made:
Example how to mark a checkbox:-
-->
How Has This Been Tested? ⚙️
Describe how it has been tested
Describe how have you verified the changes made
Used Kaggle to run the model.There were no errors
Checklist: ☑️