galustian / Naive-Bayes

Naive-Bayes classifier implementations in pure Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Naive-Bayes

Naive-Bayes classifier implementations in pure Python.

The MultinomialNB algorithm includes my own binomial-prediction algorithm => bernoulli_vs_multinomial_demo.ipynb. For further demos look at the Jupyter Notebooks.

About

Naive-Bayes classifier implementations in pure Python.


Languages

Language:Jupyter Notebook 79.1%Language:Python 20.9%