kopia lustrzana https://github.com/animator/learn-python
Update Naive_Bayes_Classifiers.md
rodzic
557a200ca8
commit
bab7d667e6
|
@ -6,7 +6,7 @@ It is not a single algorithm but a family of algorithms where all of them share
|
||||||
## Bayes’ Theorem:
|
## 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:
|
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)} $$
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
Ładowanie…
Reference in New Issue