34
Recurrent Neural Networks

Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network

  • Upload
    vantu

  • View
    223

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network

Recurrent Neural Networks

Page 2: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 3: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 4: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 5: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 6: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 7: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 8: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network

Vanishing Gradients

Page 9: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 10: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 11: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 12: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network

Gated Recurrent Units (GRUs)

Page 13: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 14: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 15: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network

Long Short Term Memory (LSTM)

Page 16: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 17: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 18: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 19: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 20: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 21: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 22: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 23: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network

Compositional Character Models for Word Embeddings

Page 24: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 25: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 26: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network

Performance

Page 27: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 28: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 29: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 30: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 31: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 32: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 33: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network
Page 34: Recurrent Neural Networks - uni-tuebingen.deddekok/dl4nlp/christian.pdf · Long Short Term Memory ... Recurrent Neural Networks have loops. z ... Illustration of our neural network

Further Readings● Read all of these:

– http://colah.github.io/

– http://karpathy.github.io/

– http://www.wildml.com/

– https://deeplearning4j.org/

– http://neuralnetworksanddeeplearning.com/

– https://www.deeplearningbook.org/

● Some Papers:

– Cho, Kyunghyun, et al. "Learning phrase representations using RNN encoder-decoder for statistical machine translation." arXiv preprint arXiv:1406.1078 (2014).https://arxiv.org/pdf/1406.1078.pdf

– Hochreiter, Sepp, and Jürgen Schmidhuber. "Long short-term memory." Neural computation 9.8 (1997): 1735-1780.http://web.eecs.utk.edu/~itamar/courses/ECE-692/Bobby_paper1.pdf

– Ling, Wang, et al. "Finding function in form: Compositional character models for open vocabulary word representation." arXiv preprint arXiv:1508.02096 (2015).https://arxiv.org/pdf/1508.02096.pdf