What is: Position-Wise Feed-Forward Layer?
Source | Attention Is All You Need |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
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.