Skip to content

Building a Spam Filter using Naive Bayes algorithm from scratch.

Notifications You must be signed in to change notification settings

rajtulluri/Spam-Filter-using-Naive-Bayes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spam-Filter-using-Naive-Bayes

Using the Naive Bayes algorithm, the aim is to build an algorithn to classify text messages as spam or not spam.
The dataset used is uploaded to the repo and a link is given in the notebook as well. The notebook contains a step by step procedure for the same.