Skip to main content
  • 555 Accesses

Synonyms

Bayes’ Theorem

Definition

Bayes’ rule provides a decomposition of a conditional probability that is frequently used in a family of learning techniques collectively called Bayesian learning. Bayes’ rule is the equality

$$\displaystyle{ P(z\vert w) = \frac{P(z)P(w\vert z)} {P(w)} }$$
(1)

P(w) is called the prior probability, P(w | z) is called the posterior probability, and P(z | w) is called the likelihood.

Discussion

Bayes’ rule is used for two purposes. The first is Bayesian update. In this context z represents some new information that has become available since an estimate P(w) was formed of some hypothesis w. The application of Bayes’ rule enables a new estimate of the probability of w (the posterior probability) to be calculated from estimates of the prior probability, the likelihood, and P(z).

The second common application of Bayes’ rule is for estimating posterior probabilities in probabilistic learning, where it is the core of Bayesian networks, naïve Bayes, and semi-na...

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Geoffrey I Webb .

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 2016 Springer Science+Business Media New York

About this entry

Cite this entry

Webb, G.I. (2016). Bayes’ Rule. In: Sammut, C., Webb, G. (eds) Encyclopedia of Machine Learning and Data Mining. Springer, Boston, MA. https://doi.org/10.1007/978-1-4899-7502-7_21-1

Download citation

  • DOI: https://doi.org/10.1007/978-1-4899-7502-7_21-1

  • Received:

  • Accepted:

  • Published:

  • Publisher Name: Springer, Boston, MA

  • Online ISBN: 978-1-4899-7502-7

  • eBook Packages: Springer Reference Computer SciencesReference Module Computer Science and Engineering

Publish with us

Policies and ethics

Chapter history

  1. Latest

    Bayes’ Rule
    Published:
    22 April 2023

    DOI: https://doi.org/10.1007/978-1-4899-7502-7_21-2

  2. Original

    Bayes’ Rule
    Published:
    12 August 2016

    DOI: https://doi.org/10.1007/978-1-4899-7502-7_21-1