Algo-Phantoms / Algo-ScriptML

Scripts of Machine Learning Algorithms from Scratch. Implementations of machine learning models and algorithms using nothing but NumPy with a focus on accessibility. Aims to cover everything from basic to advance.
MIT License
90 stars 66 forks source link

Complete Program and Documentation for Naive Bayes #151

Closed thisisashwinraj closed 3 years ago

thisisashwinraj commented 3 years ago

I wish to implement the Naive Bayes algorithm for Classification include the mathematics and all the details behind it. I have previously written a detailed blog explaining the entire algorithm and how Naive Bayes works under the hood.

Link to the article: https://towardsdatascience.com/the-not-so-naive-bayes-b795eaa0f69b Can you please assign me this? Open to further discussions regarding this.

ashwani-rathee commented 3 years ago

@ashwinraj-in This is a duplicate of #27 please get the issue assigned there