Giter VIP home page Giter VIP logo

cybergeekgyan / e-mail-spam-detection Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 1 KB

Comparing four different Deep Learning and machine Learning Algorithms to build a Spam Detector to identify unsolicited and unwanted emails. Exploring the process of classifying emails as spam or not spam by converting text data(emails) into vectors and Evaluate their performance

deep-learning machinelearningalgorithms machine-learning textclassification text-processing natural-language-processing

e-mail-spam-detection's Introduction

E-mail-Spam-Detection

A spam detection model is created by converting text data into vectors and deep learning model.

The dataset used is an open-source Spambase dataset from the UCI machine learning repository, which contains 5569 emails, of which 745 are spam.

Performed text preprocessing steps that involve removing punctuations, stop words, white spaces, URLs, and lower cases. And tokenized these cleaned texts and then padded the tokenized text. Created a deep learning model on these padded vectors.

Results:

  • Since the percentage of spam in data is often low, measured the model’s performance by F1score.
    • Precision: 99.21
    • Recall: 91.24
    • F1-score: 95.06

e-mail-spam-detection's People

Contributors

cybergeekgyan avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.