Table of Contents

[Deep Learning book] Sequence Modeling

Introduction

Unfolding Computational Graphs

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/10727956-36c9-4554-8299-29f4fa44afe2/Untitled.png

Recurrent Neural Network [RNN]

Design Patterns

Output at each time step and have recurrent connections between hidden states

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/2d6e9996-9c70-4b71-a5a0-04a081bbbde8/Untitled.png

Output at each time step and have recurrent connections between output states

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/0b67c73f-f989-4505-bae2-acdbb07c6263/Untitled.png

Output at the last time step

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/6a0d3260-4197-44ce-8ba2-806f0961fe41/Untitled.png