RoboticsClubIITJ / ML-DL-implementation

An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.
BSD 3-Clause "New" or "Revised" License
49 stars 69 forks source link

Implement Naive Bayes classification #8

Closed TarunTomar122 closed 4 years ago

TarunTomar122 commented 4 years ago

Related Resources to Follow :-

  1. https://towardsdatascience.com/na%C3%AFve-bayes-from-scratch-using-python-only-no-fancy-frameworks-a1904b37222d
  2. https://machinelearningmastery.com/naive-bayes-classifier-scratch-python/
Saptashrungi commented 4 years ago

I would like to work on this issue.

TarunTomar122 commented 4 years ago

@Saptashrungi Go ahead this issue is yours now!

rohansingh9001 commented 4 years ago

PR #27 Solves this issue. Hence closing this issue.