Questions tagged [recurrent-layers]

For questions related to recurrent layers, such as layers composed of LSTM units.

1 questions
7
votes
1 answer

What is the difference between LSTM and RNN?

What is the difference between LSTM and RNN? I know that RNN is a layer used in neural networks, but what exactly is an LSTM? Is it also a layer with the same characteristics?