- Machine Learning Algorithms
- Giuseppe Bonaccorso
- 269字
- 2021-07-02 18:53:28
MAP learning
When selecting the right hypothesis, a Bayesian approach is normally one of the best choices, because it takes into account all the factors and, as we'll see, even if it's based on conditional independence, such an approach works perfectly when some factors are partially dependent. However, its complexity (in terms of probabilities) can easily grow because all terms must always be taken into account. For example, a real coin is a very short cylinder, so, in tossing a coin, we should also consider the probability of even. Let's say, it's 0.001. It means that we have three possible outcomes: P(head) = P(tail) = (1.0 - 0.001) / 2.0 and P(even) = 0.001. The latter event is obviously unlikely, but in Bayesian learning it must be considered (even if it'll be squeezed by the strength of the other terms).
An alternative is picking the most probable hypothesis in terms of a posteriori probability:

This approach is called MAP (maximum a posteriori) and it can really simplify the scenario when some hypotheses are quite unlikely (for example, in tossing a coin, a MAP hypothesis will discard P(even)). However, it still does have an important drawback: it depends on Apriori probabilities (remember that maximizing the a posteriori implies considering also the Apriori). As Russel and Norvig (Russel S., Norvig P., Artificial Intelligence: A Modern Approach, Pearson) pointed out, this is often a delicate part of an inferential process, because there's always a theoretical background which can drive to a particular choice and exclude others. In order to rely only on data, it's necessary to have a different approach.
- Learning Spring 5.0
- 軟件項目管理實用教程
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- ANSYS Fluent 二次開發指南
- 深入淺出React和Redux
- Java并發編程:核心方法與框架
- JavaScript從入門到精通(視頻實戰版)
- JavaScript悟道
- Mastering OAuth 2.0
- 現代CPU性能分析與優化
- Java RESTful Web Service實戰
- Android初級應用開發
- INSTANT LESS CSS Preprocessor How-to
- 數據庫技術及應用教程上機指導與習題(第2版)