|
Data Science Desktop Survival Guide
by Graham Williams |
|
|||
Long Short-Term Memory Neural Networks LSTM |
| Representation: |
|---|
| Method: |
| Measure: |
A long short-term memory neural network is a recurrent neural network which uses additional storage in the architecture to keep temporary information (short-term memory). Stored data will be forgotten through iteration. The efficiency of feature extraction is improved and computational time is reduced.