creation of obsidian vault and first notes

This commit is contained in:
Tom Zuidberg
2026-02-10 00:08:46 +01:00
parent c06aa590df
commit c394ee2cce
7 changed files with 333 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Bayes Decision Theory
Goal: predict output class $\mathcal{C}$ from measurements $\text{x}$ by minimizing the probability of misclassification
>[!tip] Main Equation:
>$$p(X,Y)=\frac{p(X|Y)p(Y)}{p(X)}$$