_index.org

SU-CS109 OCT112023

Last edited: August 8, 2025

Key Sequence

Notation

New Concepts

Important Results / Claims

Questions

Debugging probability: put in large values of \(p\) for things; if you end up with a number higher than \(1\) for the probability, you probably tried to add not mutually exclusive events

Interesting Factoids

SU-CS109 OCT132023

Last edited: August 8, 2025

Key Sequence

Notation

New Concepts

Important Results / Claims

Questions

Interesting Factoids

SU-CS109 OCT162023

Last edited: August 8, 2025

Key Sequence

Notation

New Concepts

Important Results / Claims

Questions

Interesting Factoids

SU-CS109 OCT182023

Last edited: August 8, 2025

Key Sequence

Notation

New Concepts

Important Results / Claims

Questions

Interesting Factoids

SU-CS109 OCT202023

Last edited: August 8, 2025

Key Sequence

Notation

New Concepts

Important Results / Claims

  • for Naive Bayes against some multinomial distribution, its often a good time to find the ratios of the results because the combination in the beginning cancels out if you are analyzing the same samples upon different prior probabilities

\begin{equation} \frac{P(H|D)}{P(M|D)} = \frac{\prod_{i} h_{i}^{c_{i}}}{\prod_{i} m_{i}^{c_{i}}} \end{equation}

Questions

Interesting Factoids