Connect LSTM Cells Across Time and Space
Connect LSTM cells to form a deep recurrent network.
We'll cover the following...
Let’s see how LSTM cells are connected in time and space. Let’s start from the time perspective by considering a single sequence of timesteps and one cell as it is easier to understand.
Focus on the left cell. The upper left arrow is the context memory vector , and the lower arrow is the previous ...