What is: Boom Layer?
Source | Single Headed Attention RNN: Stop Thinking With Your Head |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
A Boom Layer is a type of feedforward layer that is closely related to the feedforward layers used in Transformers. The layer takes a vector of the form and uses a matrix multiplication with a GeLU activation to produce a vector . We then break into vectors and sum those together, producing . This minimizes computation and removes an entire matrix of parameters compared to traditional down-projection layers.
The Figure to the right shows the Boom Layer used in the context of SHA-RNN from the original paper.