gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
575 stars 173 forks source link

Naive Bayes Classifier from Scratch - Exercise and solution added along with README #113

Closed AayushK47 closed 3 years ago

AayushK47 commented 3 years ago

Reference Issues/PRs

Issue #100

What does this implement/fix? Explain your changes.

Added exercise and solution for implementing Naive Bayes algorithm from scratch.

Any other comments?

I have also added notes about the mathematics involved behind the algorithm which might be very helpful for beginners.

gimseng commented 3 years ago

Thanks @AayushK47 for the contribution! I'll review it later this week when I have time.

gimseng commented 3 years ago

@AayushK47 the codes look great! Shall merge now.

AayushK47 commented 3 years ago

@gimseng thanks !! It was fun working on this. I'll keep contributing.