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
48 stars 68 forks source link

Implemented Bernoulli Naive Bayes Classifier #117

Closed harsh-ux closed 3 years ago

harsh-ux commented 3 years ago

References to other Issues or PRs or Relevant literature

Fixes #58

Brief description of what is fixed or changed

58: implemented Bernoulli Naive Bayes classifier using python

Other comments

57: Can also be solved with minor changes in code