Posts 【Lecture 14】Recurrent Neural Networks
Post
Cancel

【Lecture 14】Recurrent Neural Networks

Course Study with CSC321

[2021.06.05]

Topic : Lecture 14: Recurrent Neural Networks (Hayden,James)

Notes :

Links :


Covered through study

  • 1.Introduction
    • Tasks predicting ‘sequences’
    • Neural Language Model to RNN
  • 2.Recurrent Neural Nets
    • unrolling network to understand like FFNN
    • 3 examples of how parameter setting result in RNN
  • 3.Backprop Through Time
    • View as MLP backprop with unrolled computation-graph
    • Comparing with MLP backprop
  • 4.Sequence Modeling (what tasks can RNN be applied)
    • Language Modeling
    • Neural Machine Translation
    • Learning to Execute Programs (removed)


Recurrent Neural Networks

img1

img2

img3

img4

img5

img6

img2

img3

img4

img5

img2

img2

img2

img2

img2

img2


This post is licensed under CC BY 4.0 by the author.