Methods › General › Gated Linear Networks › G-GLN Neuron
G-GLN Neuron
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.
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.
-
Gaussian Gated Linear Networks 10 Jun 2020 · 3 repositories · arXiv:2006.05964
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.
| Task | Papers |
|---|---|
| Denoising | 1 |
| Density Estimation | 1 |
| Multi-Armed Bandits | 1 |
| regression | 1 |
Usage over time archive 2025-07-28
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
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