0 votes
in Deep Learning by (19.9k points)
Explain the importance of LSTM.

1 Answer

0 votes
by (19.9k points)

LSTM stands for Long short-term memory. It is an artificial RNN (Recurrent Neural Network) architecture, which is used in the field of deep learning. LSTM has feedback connections which makes it a "general purpose computer." It can process not only a single data point but also entire sequences of data.

They are a special kind of RNN which are capable of learning long-term dependencies.

Related questions

0 votes
asked Jul 17, 2020 in Deep Learning by RShastri (1.7k points)
...