Skip to content

Files

Latest commit

 

History

History

Spam Detection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Spam Detection

Comparison and analysis of several algorithms on the problem of detecting spam in messages. The analysis of the data set is carried out.

  • SMS Spam Collection Dataset
  • The files contain one message per line. Each line is composed by two columns: v1 contains the label (ham or spam) and v2 contains the raw text.

Realised methods:

  • Naive Bayes spam filtering
  • K-Nearest Neighbors algorithm
  • Decision Tree learning
  • Support Vector Machine (SVM)
  • Random Forest

Methods

  1. Naive Bayes spam filtering

  1. K-Nearest Neighbors algorithm

  1. Decision tree learning

  1. Support Vector Machine (SVM)

  1. Random Forest

Libraries

Else