Conditional Probability
In the Probability Fundamentals course, we covered the fundamentals of probability and learned about:
- Theoretical and empirical probabilities
- Probability rules (the addition rule and the multiplication rule)
- Counting techniques (the rule of product, permutations, and combinations)
In this course, we'll build on what we've learned and develop new techniques that will enable us to better estimate probabilities. Our focus for the entire course will be on learning how to calculate probabilities based on certain conditions — hence the name conditional probability.
By the end of this course, you'll be able to:
Learn by coding!
By creating an account you agree to accept our terms of use and privacy policy.
Learn about Conditional Probability
Conditional Probability: Fundamentals
Learn about the fundamentals of conditional probability.
Conditional Probability: Intermediate
Learn more about calculating conditional probabilities.
Bayes Theorem
Learn about the law of total probability and Bayes' theorem.
The Naive Bayes Algorithm
Learn how to use Naive Bayes to create a spam filter.
Building A Spam Filter with Naive Bayes
Learn to use conditional probability and Naive Bayes in a practical setting.