- Hands-On Artificial Intelligence for Beginners
- Patrick D. Smith
- 103字
- 2021-06-10 19:33:46
Conditional and joint probability
Conditional probability is the probability that x happens, given that y happens. It's one of the key tools for reasoning about uncertainty in probability theory. Let's say we are talking about your winning the lottery, given that it's a sunny day. Maybe you're feeling lucky! How would we write that in a probability statement? It would be the probability of your lottery win, A, given the probability of it being sunny, B, so P(A|B).
Joint probability is the probability of two things happening simultaneously: what is the probability of you winning the lottery and it being a sunny day?
推薦閱讀
- Java編程全能詞典
- 網絡服務器架設(Windows Server+Linux Server)
- 輕松學C#
- Mastercam 2017數控加工自動編程經典實例(第4版)
- ETL with Azure Cookbook
- Ansible Quick Start Guide
- Getting Started with MariaDB
- 并行數據挖掘及性能優化:關聯規則與數據相關性分析
- 計算機應用復習與練習
- PyTorch深度學習實戰
- Python Algorithmic Trading Cookbook
- Hadoop Real-World Solutions Cookbook(Second Edition)
- 網絡綜合布線設計與施工技術
- Storm應用實踐:實時事務處理之策略
- PostgreSQL 10 Administration Cookbook