Feedforward Networks

Position-Wise Feed-Forward Layer

Introduced by Vaswani et al. in Attention Is All You Need

Position-Wise Feed-Forward Layer is a type of feedforward layer consisting of two dense layers that applies to the last dimension, which means the same dense layers are used for each position item in the sequence, so called position-wise.

Source: Attention Is All You Need

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Language Modelling 47 6.38%
Semantic Segmentation 30 4.07%
Large Language Model 21 2.85%
Question Answering 19 2.58%
Object Detection 18 2.44%
In-Context Learning 15 2.04%
Retrieval 13 1.76%
Image Classification 12 1.63%
Sentence 12 1.63%

Categories