Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21af2efedd68a31

Jump to content

// Workers AI · dad joke modeWhat did the Indian buffet process say? "I'm served.

From Wikipedia, the free encyclopedia

In the mathematical theory of probability, the Indian buffet process (IBP) is a stochastic process defining a probability distribution over sparse binary matrices with a finite number of rows and an infinite number of columns. This distribution is suitable to use as a prior for models with potentially infinite number of features. The form of the prior ensures that only a finite number of features will be present in any finite set of observations but more features may appear as more data points are observed.

Indian buffet process prior

[edit]

Let be an binary matrix indicating the presence or absence of a latent feature. The IBP places the following prior on :

where is the number of non-zero columns in , is the number of ones in column of , is the -th harmonic number, and is the number of new dishes sampled by the -th customer. The parameter controls the expected number of features present in each observation.

In the Indian buffet process, the rows of correspond to customers and the columns correspond to dishes in an infinitely long buffet. The first customer takes the first dishes. The -th customer then takes dishes that have been previously sampled with probability , where is the number of people who have already sampled dish . He also takes new dishes. Therefore, is one if customer tried the -th dish and zero otherwise.

This process is infinitely exchangeable for an equivalence class of binary matrices defined by a left-ordered many-to-one function. is obtained by ordering the columns of the binary matrix from left to right by the magnitude of the binary number expressed by that column, taking the first row as the most significant bit.

See also

[edit]

References

[edit]