LSTM networks

E814035

LSTM networks are a type of recurrent neural network architecture designed to effectively capture long-term dependencies in sequential data by using gated memory cells.

All labels observed (7)

Label Occurrences
LSTM 8
Long Short-Term Memory 7
LSTM networks canonical 4

How this entity was disambiguated

Statements (52)

Predicate Object
instanceOf neural network model
recurrent neural network architecture
sequence modeling method
abbreviation LSTM
linked to: LSTM networks
addressesProblem exploding gradient problem
vanishing gradient problem
comparedTo simple recurrent neural network
designedBy Jürgen Schmidhuber
Sepp Hochreiter
fullName Long Short-Term Memory network
linked to: LSTM networks
hasComponent cell state
forget gate
hidden state
input gate
memory cell
output gate
recurrent connections
hasProperty capable of modeling long-term dependencies
gated architecture
mitigates vanishing gradient problem
supports many-to-many mapping
supports many-to-one mapping
supports one-to-many mapping
supports online learning
supports sequence-to-sequence learning
supports variable-length sequences
trainable with backpropagation through time
hasVariant attention-based LSTM
bidirectional LSTM
convolutional LSTM
coupled input-forget gate LSTM
peephole LSTM
linked to: LSTM networks

stacked LSTM
linked to: LSTM networks
implementedIn Keras
MXNet
PyTorch
TensorFlow
Theano
improvesOver simple recurrent neural network
publicationYear 1997
publishedIn Neural Computation
usedFor anomaly detection in sequences
handwriting recognition
language modeling
machine translation
music generation
natural language processing
sequence modeling
speech recognition
text generation
time series forecasting
video captioning

How these facts were elicited

Referenced by (25)

Full triples — surface form annotated when it differs from this entity's canonical label.

MXNet supportsModelType LSTM networks
Sequence to Sequence Learning with Neural Networks usesModel Long Short-Term Memory network
linked to: LSTM networks
Show and Tell: A Neural Image Caption Generator uses Long Short-Term Memory network
linked to: LSTM networks
Lasagne supports LSTM
linked to: LSTM networks
Sepp Hochreiter knownFor Long Short-Term Memory
linked to: LSTM networks
Sepp Hochreiter knownFor LSTM
linked to: LSTM networks
Sepp Hochreiter coInvented Long Short-Term Memory
linked to: LSTM networks
Sepp Hochreiter coInvented LSTM
linked to: LSTM networks
Jürgen Schmidhuber knownFor Long Short-Term Memory
linked to: LSTM networks
Jürgen Schmidhuber knownFor LSTM networks
Jürgen Schmidhuber coInvented Long Short-Term Memory
linked to: LSTM networks
Jürgen Schmidhuber coInvented LSTM networks
Row LSTM basedOn Long Short-Term Memory
linked to: LSTM networks
LSTM network fullName Long Short-Term Memory network
subject linked to: LSTM networks
linked to: LSTM networks
LSTM network abbreviation LSTM
subject linked to: LSTM networks
linked to: LSTM networks
LSTM network hasVariant peephole LSTM
subject linked to: LSTM networks
linked to: LSTM networks
LSTM network hasVariant stacked LSTM
subject linked to: LSTM networks
linked to: LSTM networks
Gated Recurrent Unit comparedTo Long Short-Term Memory
subject linked to: GU
linked to: LSTM networks
LRCN usesComponent LSTM
linked to: LSTM networks
LRCN sequenceModelingBy LSTM network
linked to: LSTM networks
Show and Tell uses LSTM
linked to: LSTM networks
Show, Attend and Tell usesDecoder LSTM
linked to: LSTM networks
Neural Turing Machines comparedTo Long Short-Term Memory
linked to: LSTM networks