Intro to Machine Learning: Naive Bayes Classifier

Programming a Gaussian Naive Bayes Classifier

Posted on July 30, 2017

Hello Everyone !!

Thanks for continuing with this post.

In the last post, we discussed about the use of Naive Bayes Algorithm from Scratch.

In this post, we will write a variant of Naive Baye's Classifier called the Gaussian Naive Bayes from Scratch. So, let's get started.

You can find the Python code file and the IPython notebook for this tutorial here.

Gaussian Naive Baye's from Scratch:

Now that we have covered the Gaussian Naive Bayes Algorithm, let's move on to see how this algorihtm works in other tools like Scikit-Learn.

Great work on completing this tutorial, let's move to the next tutorial in series, Introduction to Machine Learning: Programming a Naive Bayes Classifier using Scikit-Learn

For more projects and code, follow me on Github

Please feel free to leave any comments, suggestions, corrections if any, below.

comments powered by Disqus