What is: Associative LSTM?
Source | Associative Long Short-Term Memory |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
An Associative LSTM combines an LSTM with ideas from Holographic Reduced Representations (HRRs) to enable key-value storage of data. HRRs use a “binding” operator to implement key-value binding between two vectors (the key and its associated content). They natively implement associative arrays; as a byproduct, they can also easily implement stacks, queues, or lists.