Skip to content
#

gaussian-naive-bayes

Here are 124 public repositories matching this topic...

Gaussian naive Bayes classifier for digits in the MNIST dataset. Similar in nature to my other repo ("newsgroup-naive-bayes"), albeit instead of multinomial document classification, this repo explores gaussian image classification. Covariance smoothing utilized to minimize error rates to the ~4% realm.

  • Updated Apr 14, 2021
  • Jupyter Notebook

The sinking of the RMS Titanic is one of the most infamous shipwrecks in world history. In this model, need to analyse what sorts of people were likely to survive. We also need to apply the tools of machine learning to predict which passengers survived in this tragedy.

  • Updated Oct 18, 2022
  • Jupyter Notebook

If you miss payments or you don't pay the right amount, your creditor may send you a default notice, also known as a notice of default. If the default is applied it'll be recorded in your credit file and can affect your credit rating. An account defaults when you break the terms of the credit agreement.

  • Updated Mar 30, 2023
  • Jupyter Notebook

Gaussian Naive Bayes is a probabilistic classification algorithm that makes use of Bayes' theorem and assumes that features are normally distributed within each class. This description provides an overview of the algorithm's mathematical formulation and highlights its vectorized computations.

  • Updated Sep 27, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the gaussian-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 gaussian-naive-bayes topic, visit your repo's landing page and select "manage topics."

Learn more