JA EN
Glossary › feedforward

GLOSSARY

feedforward

appears in 1 paper titles

Definition

Information flowing in one direction only, with no recurrence. Inside a Transformer the word usually names something specific — the position-wise feed-forward network in each block, which transforms every token independently while attention is what mixes information across tokens. A large share of a model's parameters sits in these layers, which is why mixture-of-experts and other efficiency techniques typically target the feed-forward block rather than attention.

Explainers using this term