From f8795adbf11d96aafe88cc9b378187add27040a3 Mon Sep 17 00:00:00 2001 From: Divyanshi <126316406+DivyanshiSingh00@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:52:48 +0530 Subject: [PATCH] Update Naive_Bayes_Classifiers.md --- contrib/machine-learning/Naive_Bayes_Classifiers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/machine-learning/Naive_Bayes_Classifiers.md b/contrib/machine-learning/Naive_Bayes_Classifiers.md index 56d3807..418ce7d 100644 --- a/contrib/machine-learning/Naive_Bayes_Classifiers.md +++ b/contrib/machine-learning/Naive_Bayes_Classifiers.md @@ -6,6 +6,8 @@ It is not a single algorithm but a family of algorithms where all of them share ## Bayes’ Theorem: Bayes’ Theorem finds the probability of an event occurring given the probability of another event that has already occurred. Bayes’ theorem is stated mathematically as the following equation: +$$E = mc^2$$ + ![img.png](img.png) where A and B are events and P(B) ≠ 0