Home Knowledge Base GLU

GLU (Gated Linear Unit) is a gating mechanism that splits the input into two halves — one serves as the "content" and the other as the "gate" — implemented as $ ext{GLU}(x, y) = x otimes sigma(y)$ where $otimes$ is element-wise multiplication.

How Does GLU Work?

Why It Matters

GLU is the half-and-half activation — splitting inputs into content and gate for multiplicative feature selection.

glugluarchitecture

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.