Skip to content
#

multinomial-naive-bayes

Here are 2 public repositories matching this topic...

This repository contains a single notebook, notebook.ipynb, which analyzes the ability of three machine learning algoithms — Multinomial Naive Bayes, Logistic Regression, and Support Vector Machine — to determine whether customer reviews of the Disneyland amusement park in California are positive or negative.

  • Updated Dec 21, 2023
  • Jupyter Notebook

This repository contains a Jupyter notebook implementing the Multinomial Naive Bayes algorithm from scratch for an email classification task of SPAM or HAM. The notebook also includes a comparison of the results obtained with the scikit-learn implementation of Multinomial Naive Bayes.

  • Updated May 26, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the multinomial-naive-bayes topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multinomial-naive-bayes topic, visit your repo's landing page and select "manage topics."

Learn more