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

Organized Naive_Bayes implementation and fixed small errors #34

Closed Saptashrungi closed 4 years ago

Saptashrungi commented 4 years ago

References to other Issues or PRs or Relevant literature

Brief description of what is fixed or changed

Other comments

Saptashrungi commented 4 years ago

Do not merge this. I am yet to add Naives_Bayes_example, will make commit for it soon.

Saptashrungi commented 4 years ago

Added example for the same.