项目作者: ketkiambekar

项目描述 :
Spam Classifier using Naive Bayes from scratch (with Laplace Smoothing) without use of scikit-learn.
高级语言: Jupyter Notebook
项目地址: git://github.com/ketkiambekar/spam-classifier.git
创建时间: 2021-01-05T18:39:46Z
项目社区:https://github.com/ketkiambekar/spam-classifier

开源协议:

下载


SMS Spam Classifier using Naive Bayes

In this program, we implement a spam classifier using a very common generative algorithm called Naive Bayes. Inspite of assuming that word occurences are independent of each other (hence the moniker “Naive”), we get a surprisingly good accuracy of 98% with this classifier. This program has been implemented without the use of sci-kit learn library.

Click here for Live Demo:

  • This dataset was used for training the classifier.
  • Hosted on Google Cloud Platform

Sample Spam Messages to try out:

Buy our new drug to give you guaranteed results

Urgent! Claim your prize of $2000 now

API Screenshots:

Screenshot1
Screenshot2