October 2018
Intermediate to advanced
472 pages
10h 57m
English
We will mostly use the LSTM cell, since it has proven better in most NLP tasks. The principle benefit of the LSTM in RNN architectures is that it enables model training over long sequences, while retaining memory. To solve the gradient problem, LSTMs include more gates that effectively control access to the cell state.
These small LSTM units of RNN can be combined in multiple forms to solve various kinds of use-cases. RNNs are quite flexible in terms of combining the different input and output patterns, as follows:
Read now
Unlock full access