본문 바로가기

Coursera/Mathematics for ML and Data Science

Probability & Statistics for Machine Learning & Data Science (1)

728x90

Introduction to Probability and Probability Distributions

In this week, you will learn about the probability of events and various rules of probability to correctly do arithmetic with probabilities. You will learn the concept of conditional probability and the key idea behind Bayes’ theorem. In lesson 2, we generalize the concept of probability of events to a probability distribution over random variables. You will learn about some common probability distributions like the Binomial distribution and the Normal distribution.

Introduction to Probability

What is Probability?

A probability is a measure of how likely an event is to occur.

In a school where there are 10 kids, 3 kids play soccer and 7 kids don't play soccer. What is the probability that a kid picked at random plays soccer?

더보기

30%

Using a probability

Using Venn Diagram for visualization

An experiment is any process that produces an uncertain outcome.

What is the probability of getting two heads when flipping two coins?

더보기

1/4

Correct! There are 4 possible outcomes and 'head, head' is only one of them.

What is the probability of a coin landing on heads 3 times?

What is Probability? - Dice Example

This time, we use dice to get the probabilities.

What is the probability of obtaining a 6 when rolling a 6-sided dice?

더보기

1/6

Correct! There are 6 equally likely possibilities and 6 is one of them, therefore the probability is 1/6.

When rolling two 6-sided dice, what is the probability of getting 6, 6?

더보기

1/36

Correct! Now, there are 6 x 6 = 36 possible outcomes, and (6, 6) is one of them, therefore the probability is 1/36

Complement of Probability

Complement of probability is how likely an event won’t occur.

It's $1 - \text{probability}$.

What is the probability of a child NOT playing soccer?

더보기

7/10

Correct! $P(\text{not} \,\,soccer) = {7\over10}$

01

01
The complement rule

When flipping a coin three times, what is the probability of not landing on heads 3 times?

더보기

Correct! We have that $P(\text{not}\,HHH) = 1-P(HHH) = 1-{1\over8}={7\over8}$

When throwing a 6-sided dice, what is the probability of obtaining anything other than 6?

All the information provided is based on the Probability & Statistics for Machine Learning & Data Science | Coursera from DeepLearning.AI

728x90