Encoder in Transformer

Machine Learning
Deep Learning
Paper Implementation
NLP
Transformer
Author

Ayush Bihani

Published

August 11, 2024

This is a brief overview of the Encoder in the Transformer architecture based on my understanding.

References: - https://jalammar.github.io/illustrated-transformer/ - https://nlp.seas.harvard.edu/annotated-transformer/ - Attention is All You Need

Encoder Block from Attention is All you Need