Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 940 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 940 Bytes

Spam Classification in Emails based on Support Vector Machines

Intro

Many email services today provide spam filters that are able to classify emails into spam and non-spam email with high accuracy.The project is to develop a support vector machine using a Gaussian kernel capable of performing such a task.
The project was done as a part of Stanford ML Course on Coursera.

Overview

The project consists of 3 datasets .The first dataset uses basic linear decision boundary where the C value is constant. The second dataset involves using a Gaussian kernel which is based on linearly inseparable dataset.The 3rd dataset is more advance once requiring the use of both.

Further Reading

For further reading please refer to this pdf