/* ---- Google Analytics Code Below */

Monday, October 07, 2019

Mini Tutorial on Probability

A nicely done mini tutorial, very clearly done,  essential stuff.  The intro to the book and Bayesian also very useful.

How to Develop an Intuition for Joint, Marginal, and Conditional Probability  by Jason Brownlee on September 30, 2019 in Probability

Probability for a single random variable is straight forward, although it can become complicated when considering two or more variables.

With just two variables, we may be interested in the probability of two simultaneous events, called joint probability: the probability of one event given the occurrence of another event called the conditional probability, or just the probability of an event regardless of other variables, called the marginal probability.

These types of probability are easy to define but the intuition behind their meaning can take some time to sink in, requiring some worked examples that can be tinkered with.

In this tutorial, you will discover the intuitions behind calculating the joint, marginal, and conditional probability.

After completing this tutorial, you will know:

How to calculate joint, marginal, and conditional probability for independent random variables.
How to collect observations from joint random variables and construct a joint probability table.
How to calculate joint, marginal, and conditional probability from a joint probability table.
Discover bayes opimization, naive bayes, maximum likelihood, distributions, cross entropy, and much more in my new book, with 28 step-by-step tutorials and full Python source code.

Let’s get started: ....

No comments: