Recurrent Neural Networks

Associative LSTM

Introduced by Danihelka et al. in Associative Long Short-Term Memory

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.

Source: Associative Long Short-Term Memory

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Memorization 1 50.00%
Retrieval 1 50.00%

Categories