Update Naive_Bayes_Classifiers.md

pull/1210/head
Divyanshi 2024-06-19 14:54:41 +05:30 zatwierdzone przez GitHub
rodzic 557a200ca8
commit bab7d667e6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -6,7 +6,7 @@ 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:
P(C|X) = \frac{P(X|C) \cdot P(C)}{P(X)}
$$ P(C|X) = \frac{P(X|C) \cdot P(C)}{P(X)} $$
![img.png](img.png)