Skip to content

PeedroMelo/ai_bayes_algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Spam Classification using Naive Bayes Algorithm Example

Context

A simple demonstration of how to use Naive Bayes Algorithm to do Spam Prediction and Classification.

Dependencies

To run this project you must use Google Colab, or install locally the following dependencies:

  • Matplot Lib - a comprehensive library for creating static, animated, and interactive visualizations in Python;
  • NLTK - platform for building Python programs to work with human language data;
  • NumPy - The fundamental package for scientific computing with Python;
  • Pandas - a fast, powerful, flexible and easy to use open source data analysis and manipulation tool;
  • Seaborn - statistical data visualization;
  • SKLearn - Simple and efficient tools for predictive data analysis;

References

A simple demonstration of Naive Bayes, based on this very nicely done article: Spam Classification using Naive Bayes Algorithm

Please, follow Binita Gyawali for more content like this.

About

A simple demonstration of Naive Bayes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published