Skip to content
#

naive-bayes-implementation

Here are 73 public repositories matching this topic...

Designing and applying unsupervised learning on the Radar signals to perform clustering using K-means and Expectation maximization for Gausian mixture models to study ionosphere structure. Both the algorithms have been implemented without the use of any built-in packages. The Dataset can be found here: https://archive.ics.uci.edu/ml/datasets/ion…

  • Updated Dec 20, 2017
  • R

The Naive Bayesian classifier is based on Bayes’ theorem with independence assumptions between predictors. A Naive Bayesian model is easy to build, with no complicated iterative parameter estimation which makes it particularly useful for very large datasets. Despite its simplicity, the Naive Bayesian classifier often does surprisingly well and i…

  • Updated Feb 25, 2018
  • Python

Improve this page

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

Learn more