I have read Christopher Olah's excellent LSTM article (I do not have enough reputation to post the link) and found this post and this post. Although I think I understand the mathematics and LSTMs at a high level, I find myself still confused about what exactly LSTM blocks are. What I mean, is that this:
I know is a layer of an LSTM (across multiple times t
).
I also know that LSTM networks are made of blocks (or cells, as I've seen them be referred to as):
Finally, blocks are made of units. My question is if layers (first image) exist in a network (second image), what do the 'blocks' of an LSTM look like?