ArticleslgStudy

computer science

Product of experts

Product of experts is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Product of experts rather than just read about it. In short: Product of experts (PoE) is a machine learning technique. It models a probability distribution by combining the output from several simpler distributions.

Key takeaways

  • Product of experts belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Product of experts to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Product of experts from memory before moving on to harder problems.

Reference excerpt

Product of experts (PoE) is a machine learning technique. It models a probability distribution by combining the output from several simpler distributions. It was proposed by Geoffrey Hinton in 1999, along with an algorithm for training the parameters of such a system. The core idea is to combine several probability distributions ("experts") by multiplying their density functions—making the PoE classification similar to an "and" operation. This allows each expert to make decisions on the basis of a few dimensions without having to cover the full dimensionality of a problem:

P ( y | { x k } ) = 1 Z ∏ j = 1 M f j ( y | { x k } ) {\displaystyle P(y|\{x_{k}\})={\frac {1}{Z}}\prod _{j=1}^{M}f_{j}(y|\{x_{k}\})}

where f j {\displaystyle f_{j}} are unnormalized expert densities and Z = ∫ d y ∏ j = 1 M f j ( y | { x k } ) {\displaystyle Z=\int {\mbox{d}}y\prod _{j=1}^{M}f_{j}(y|\{x_{k}\})} is a normalization constant (see partition function (statistical mechanics)). This is related to (but quite different from) a mixture model, where several probability distributions p j ( y | { x j } ) {\displaystyle p_{j}(y|\{x_{j}\})} are combined via an "or" operation, which is a weighted sum of their density functions:

P ( y | { x k } ) = ∑ j = 1 M α j p j ( y | { x k } ) , {\displaystyle P(y|\{x_{k}\})=\sum _{j=1}^{M}\alpha _{j}p_{j}(y|\{x_{k}\}),}

with ∑ j α j = 1. {\displaystyle \sum _{j}\alpha _{j}=1.}

The experts may be understood as each being responsible for enforcing a constraint in a high-dimensional space. A data point is considered likely if and only if none of the experts say that the point violates a constraint. To optimize it, he proposed the contrastive divergence minimization algorithm. This algorithm is most often used for learning restricted Boltzmann machines.

See also Mixture of experts Boltzmann machine

References

External links Product of experts article in Scholarpedia Geoffrey Hinton's articles on PoE

Worked examples

Example 1 — a first encounter with Product of experts

Start with the simplest possible case. Write down what Product of experts claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Product of experts before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Product of experts ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Product of experts

In research
Product of experts appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Product of experts in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Product of experts is common in secondary-school and first-year university syllabi. It links to neighbouring topics Machine learning, Machine learning stubs, so understanding it makes those chapters shorter.
In everyday life
Look for Product of experts outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Product of experts” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Product of experts in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Product of experts means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Product of experts out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Product of experts in simple terms?

Product of experts (PoE) is a machine learning technique. It models a probability distribution by combining the output from several simpler distributions.

Why does Product of experts matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Product of experts?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Product of experts.

Tags

  • Machine learning
  • Machine learning stubs

Keep exploring