AICurious Logo

What is: Associative LSTM?

SourceAssociative Long Short-Term Memory
Year2000
Data SourceCC 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.