Difference between revisions of "Transformer"

From
Jump to: navigation, search
Line 10: Line 10:
 
* [[Attention]]
 
* [[Attention]]
 
* [http://medium.com/inside-machine-learning/what-is-a-transformer-d07dd1fbec04 What is a Transformer? | Maxime Allard - Medium]
 
* [http://medium.com/inside-machine-learning/what-is-a-transformer-d07dd1fbec04 What is a Transformer? | Maxime Allard - Medium]
* [[Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU), and Recurrent Neural Network (RNN)]]
+
* [[Recurrent Neural Network (RNN)]]
 
* [[Bidirectional Encoder Representations from Transformers (BERT)]]
 
* [[Bidirectional Encoder Representations from Transformers (BERT)]]
 
* [[Natural Language Processing (NLP)]]
 
* [[Natural Language Processing (NLP)]]

Revision as of 08:07, 30 June 2019

YouTube search... ...Google search

Transformer Model - The dominant sequence transduction models are based on complex recurrent or convolutional neural networks in an Autoencoder (AE) / Encoder-Decoder configuration. The best performing models also connect the encoder and decoder through an attention mechanism. We propose a new simple network architecture, the Transformer, based solely on attention mechanisms, dispensing with recurrence and convolutions entirely. Experiments on two machine translation tasks show these models to be superior in quality while being more parallelizable and requiring significantly less time to train. Attention Is All You Need | A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A.N. Gomez, L. Kaiser, and I. Polosukhin

1*BHzGVskWGS_3jEcYYi6miQ.png