kopia lustrzana https://github.com/animator/learn-python
Update Naive_Bayes_Classifiers.md
rodzic
3647a0e0f1
commit
ef1cd119a3
|
@ -75,7 +75,10 @@ In Gaussian Naive Bayes, continuous values associated with each feature are assu
|
|||
* Assumption: Each feature follows a Gaussian distribution.
|
||||
* Formula: The likelihood of the features given the class is computed using the Gaussian (normal) distribution formula:
|
||||
|
||||
\( P(C_k | x) = \frac{1}{\sqrt{2\pi\sigma^2}} \exp\left(-\frac{(x - \mu)^2}{2\sigma^2}\right) \)
|
||||
$$
|
||||
P(C_k | x) = \frac{1}{\sqrt{2\pi\sigma^2}} \exp\left(-\frac{(x - \mu)^2}{2\sigma^2}\right)
|
||||
$$
|
||||
|
||||
|
||||
|
||||

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