LSTM ==== Implementation of a Long-short term memory recurrent neural network based on the work of `Hochreiter & Schmidhuber (1997) `_. For a more in-depth explanation of LSTMs, consult for instance the `excellent blog post by Christopher Olah `_. LSTM Module Documentation ========================= .. automodule:: nlp_uncertainty_zoo.models.lstm :members: :show-inheritance: :undoc-members: