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 (3)

Label Occurrences
Long Short-Term Memory network 2
LSTM 1
LSTM networks canonical 1

How this entity was disambiguated

Statements (52)

Predicate Object
instanceOf neural network model
recurrent neural network architecture
sequence modeling method
abbreviation LSTM NERFINISHED
addressesProblem exploding gradient problem
vanishing gradient problem
comparedTo simple recurrent neural network
designedBy Jürgen Schmidhuber NERFINISHED
Sepp Hochreiter NERFINISHED
fullName Long Short-Term Memory network NERFINISHED
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 NERFINISHED
stacked LSTM NERFINISHED
implementedIn Keras NERFINISHED
MXNet NERFINISHED
PyTorch NERFINISHED
TensorFlow NERFINISHED
Theano NERFINISHED
improvesOver simple recurrent neural network
publicationYear 1997
publishedIn Neural Computation NERFINISHED
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 (4)

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 LSTM networks
this entity surface form: Long Short-Term Memory network
Show and Tell: A Neural Image Caption Generator uses LSTM networks
this entity surface form: Long Short-Term Memory network