Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 476 Bytes

sunita_abstract.md

File metadata and controls

3 lines (2 loc) · 476 Bytes

Sequence Models: Recurrent Neural Networks for sequence Modeling


In this tutorial we will cover basic encoder-decoder models for neural sequence prediction models as used in tasks like translation, image captioning, and speech recognition. We will go over different architecturs for representing sequences including RNNs, CNNs, and self-attentional transformers, different attention models, training objectives, and inference algorithms.