MemoryNetze
MemoryNetze is a term used in AI and cognitive modeling to describe a family of neural network architectures that incorporate external differentiable memory into the computation graph to store and retrieve information across time. These networks aim to extend the learning and reasoning capabilities of standard neural models by allowing explicit memory of past observations and actions.
These systems typically consist of a controller, which can be an LSTM, GRU, or Transformer, and an
MemoryNetze encompass several concrete instantiations such as memory networks (MemNN), neural Turing machines, and differentiable neural
Applications include question answering, reasoning over documents, long-horizon planning in robotics, dialogue systems, and cognitive modeling
See also: Neural Turing Machines, Differentiable Neural Computer, Memory networks, external memory, attention.