Methods › General › Gated Linear Networks › G-GLN Neuron

G-GLN Neuron

1 paper tagged archive 2025-07-28

Introduced by David Budden et al. in Gaussian Gated Linear Networks

archive 2025-07-28 Description, source and code snippet are the archive's method entry.

A G-GLN Neuron is a type of neuron used in the G-GLN architecture. G-GLN. The key idea is that further representational power can be added to a weighted product of Gaussians via a contextual gating procedure. This is achieved by extending a weighted product of Gaussians model with an additional type of input called side information. The side information will be used by a neuron to select a weight vector to apply for a given example from a table of weight vectors. In typical applications to regression, the side information is defined as the (normalized) input features for an input example: i.e. z=(x-x̅) / σₓ.

More formally, associated with each neuron is a context function c: 𝒵 →𝒞, where 𝒵 is the set of possible side information and 𝒞={0, …, k-1} for some k ∈ℕ is the context space. Each neuron i is now parameterized by a weight matrix Wᵢ=[w_(i, 0) …w_(i, k-1)]^⊤ with each row vector w_(i j) ∈𝒲 for 0 ≤j<k. The context function c is responsible for mapping side information z ∈𝒵 to a particular row w_(i, c(z)) of Wᵢ, which we then use to weight the Product of Gaussians. In other words, a G-GLN neuron can be defined by:

PoG_Wᶜ(y ; f₁(·), …, fₘ(·), z):=PoG_(wᶜ⁽ᶻ⁾)(y ; f₁(·), …, fₘ(·))

with the associated loss function -log(PoG_Wᶜ(y ; f₁(y), …, fₘ(y), z)) inheriting all the properties needed to apply Online Convex Programming.

PaperSource

Papers archive 2025-07-28

1 shown of 1, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.

Tasks archive 2025-07-28

4 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.

TaskPapers
Denoising1
Density Estimation1
Multi-Armed Bandits1
regression1

Usage over time archive 2025-07-28

Papers per year tagged with G-GLN Neuron: 2020 to 2020, peak 1 1 0 2020: 1 paper 2020
Papers per year the archive tags with this method, by the paper's archive date (1 dated). Bars are counts, not a trend claim.

Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).

Categories archive 2025-07-28

Gated Linear Networks

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections