Diving into Transformer : Attention Is All You Need!
Transformer is a deep neural network architecture that introduced in “attention is all you need”. It is designed for sequence to sequence tasks. Particularly, excelling in natural language processing (NLP). It eliminates RNN and CNN in favor of self ...
elrizanda.hashnode.dev6 min read