October 2018
Intermediate to advanced
472 pages
10h 57m
English
The desire to model sequential data more effectively, without the limitations of the gradient problem, led researchers to create the LSTM variant of the previous RNN model architecture. LSTM achieves better performance because it incorporates gates to control the process of memory in the cell. The following diagram shows an LSTM cell:

LSTM consist of three primary elements, labeled as 1, 2, and 3 in the preceding diagram:
Read now
Unlock full access