Understanding Transformer Algorithms in Neural Networks
This article will cover theessence of Transformer, the principles of Transformer, and improvements in Transformer architecture in three aspects to help you understand Transformer. 1. Essence of Transformer Transformer Architecture: It mainly consists of four parts: input section (input-output embeddings and position encoding), multi-layer encoder, multi-layer decoder, and output section (output linear layer and Softmax). … Read more