Skip to content

Commit 0097d61

Browse files
changes in image styling
1 parent ae48c95 commit 0097d61

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/Machine Learning/Naive Bayes classifier/Naive-Bayes.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
Naive Bayes is a probabilistic machine learning algorithm based on Bayes' theorem, with an assumption of independence between predictors. It's particularly useful for classification tasks and is known for its simplicity and effectiveness, especially with high-dimensional datasets.
66

7-
<p align="center">
8-
<img src= "Images/thomas bayes.webp">
9-
</p>
7+
<img src= "Images/thomas bayes.webp" />
108

119

1210
## Theory
@@ -24,9 +22,8 @@ Where:
2422
- $P(A)$ is the prior probability
2523
- $P(B)$ is the marginal likelihood
2624

27-
<p align="center">
28-
<img src= "Images/equation.webp">
29-
</p>
25+
<img src= "Images/equation.webp" />
26+
3027

3128
### Naive Bayes Classifier
3229

0 commit comments

Comments
 (0)