Skip to content

amacaskill/naiveBayes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naive Bayes

This project implements a Naive Bayes classifier for classifying emails as either spam or ham (= nonspam). This classifier uses one of the most popular and simple machine learning classification algorithms, the Naive Bayes algorithm. The Naive Bayes algorithm is based on the Bayes Theorem for calculating probabilities and conditional probabilities.

Important Files to look at

  • NaiveBayes implements the Naive Bayes algorithm.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages