- Mastering Machine Learning on AWS
- Dr. Saket S.R. Mengle Maximo Gurmendez
- 179字
- 2021-06-24 14:23:14
Bayes' theorem
In this section, we will first introduce Bayes' theorem and demonstrate how it is applied in ML.
Bayes' theorem calculates the probability of an event given a condition, such that we have prior knowledge about the event, the condition, and the probability of the condition when the event occurs. In our snow prediction example, the event is when snow occurs. A condition would be when the temperature is between 20°F and 32°F. Based on the data, we can calculate the likelihood of temperature being 20°F and 32°F when it snows. Using this data, we can predict the probability of snow given the temperature being between 20°F and 32°F.
Assume that we have a class variable C and a condition variable x. Bayes' theorem is presented in formula 1. We also present a given simple way to remember different components of the algorithm in formula 2.
Formula 1:
Formula 2:
There are four terms that you need to remember from this formula.
- Istio入門與實戰
- 極簡Spring Cloud實戰
- SDL Game Development
- 現代辦公設備使用與維護
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- 單片機系統設計與開發教程
- Arduino BLINK Blueprints
- 電腦高級維修及故障排除實戰
- 單片機開發與典型工程項目實例詳解
- Hands-On Artificial Intelligence for Banking
- Spring Cloud實戰
- 觸摸屏應用技術從入門到精通
- USB應用開發寶典
- 嵌入式系統原理:基于Arm Cortex-M微控制器體系
- 24小時學會電腦組裝與維護