Machine Learning Garden

Powered by 🌱Roam Garden

Conditional Probability

References

Tags: concept

Sources:

Related notes:

Statistics Concepts

Updates:

Notes {{word-count}}

Summary:

Key points:

Referenced in

Statistics Concepts

Conditional Probability

Generative Model

If we can learn p(x,y)p(x, y)p(x,y), we can recover p(y∣x)p(y \mid x)p(y∣x) from the definition of Conditional Probability.

Dataset

The Conditional Probability distribution over labels is represented as p(x∣y)p(x \mid y)p(x∣y).

Supervised Learning

p(y∣x)=p(x,y)p(x)\displaystyle p(y \mid x)=\frac{p(x, y)}{p(x)}p(y∣x)=p(x)p(x,y)​ by the definition of Conditional Probability.

Conditional Probability