Giter VIP home page Giter VIP logo

spamdetector's Introduction

Spam Detector

In this research, we study the performances of two different models for spam filtering. Specifically, we use the scikit-learn pre-implemented models for Naive Bayes and Support Vector Machine (SVM) and evaluate the results on the TReC 2007 Spam Dataset.

Set Up Environment:

To create an environment with the environment.yml file, navigate to the folder containing the environment file and type conda env create -f environment.yml into your terminal. To activate your environment, do conda activate env-name. The environment in the yml file is named IR.

Dependency

sys os pickle csv time

pandas numpy collections re

nltk nltk.corpus nltk.stem rake

keras keras.utils keras.callbacks

sklearn

Data Professing:

Process Trec 2007 Spam Dataset for spam filtering model

  • Decoding Email: DataProcessing.ipynb
    • Decode email of byte type to string type
  • Extract Contents: DataPreProcessing.ipynb
    • Extracts sender and subject of each email
    • Filter email contents that is not English word and not English stop words by nltk corpus
    • Save to txt file which contains each filtered email as a line

Models:

  • Evaluation of Models: eval_utils.py
    • This program provides function evaluate that prints Precision, Recall, F1 Score, and Accuracy of the given model
  • Models for Spam Detection: Naive_Bayes.ipynb
    • This file contains three different Naive Bayes model and Support Vector Machine (SVM)
      • Gaussian Naive Bayes
      • Multinomial Naive Bayes
      • Complement Naive Bayes
    • We used 67% of dataset for training and 33% for evaluation

Source:

  • Gordon V. Cormack (2007) TREC 2007 Spam Track Overview

spamdetector's People

Contributors

lequytra avatar stellasylee avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Forkers

stellasylee

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.