Recurrent Neural Networks (RNN)

Subscribers:
5,330
Published on ● Video Link: https://www.youtube.com/watch?v=SLHplbMGUKY



Duration: 1:18:14
87 views
1


An introduction to RNNs. Would also like to share that at 27:08, although I highlighted a random initial state (typically small noise to prevent overfitting), the TensorFlow default implementation is a zero initial state. It is also possible to learn the initial state using Backpropagation Through Time (BPTT).

Also, at 42:24, I used the CLS token to denote end of sequence. If we were to use the BERT architecture, it should be SEP to avoid confusion.

Slides and Code can be found at: https://github.com/tanchongmin/TensorFlow-Implementations