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

Implementation of Gaussian Naive Bayes #45

Closed Saptashrungi closed 3 years ago

Saptashrungi commented 4 years ago

In continuation of my previous #43 , where we can predict the class for given label( P(y/x)), further using Gaussian Naive bayes we can predict the label for given class( P(xi/y) ). I will start working on it.

Saptashrungi commented 3 years ago

Closing with #47