A Naive Bayesian Classifier written in Python
-
Updated
Oct 24, 2016 - Python
A Naive Bayesian Classifier written in Python
Naive Bayes classifier is classification algorithm. It uses Naive based Bernoulli and Multinomial equation to classify documents(Text) as ham or spam.
this repository contains utils for post processing scanned documents and classify any kind of document for the given labels
A Naive Bayes Classifier for classifying documents by programming language.
Add a description, image, and links to the classify-documents topic page so that developers can more easily learn about it.
To associate your repository with the classify-documents topic, visit your repo's landing page and select "manage topics."