Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/techshot25/spamfilter

This project focuses on creating a spam filter using SVM
https://github.com/techshot25/spamfilter

machine-learning rbf-kernel support-vector-machine svm-classifier

Last synced: about 1 month ago
JSON representation

This project focuses on creating a spam filter using SVM

Awesome Lists containing this project

README

        

# SpamFilter

This project focuses on creating a spam filter using SVM classifier. The objective is to find the classifier that maximizes precision using features such as text and character frequencies.

Main code and implementation found in [SpamFilter.ipynb](../master/SpamFilter.ipynb). If the GitHub cannot make the preview, click [here](https://nbviewer.jupyter.org/github/techshot25/SpamFilter/blob/master/SpamFilter.ipynb).

Documentation file: [spambase.DOCUMENTATION](../master/Data/spambase.DOCUMENTATION).