English

Neural Random-Access Machines

Machine Learning 2016-02-11 v3 Neural and Evolutionary Computing

Abstract

In this paper, we propose and investigate a new neural network architecture called Neural Random Access Machine. It can manipulate and dereference pointers to an external variable-size random-access memory. The model is trained from pure input-output examples using backpropagation. We evaluate the new model on a number of simple algorithmic tasks whose solutions require pointer manipulation and dereferencing. Our results show that the proposed model can learn to solve algorithmic tasks of such type and is capable of operating on simple data structures like linked-lists and binary trees. For easier tasks, the learned solutions generalize to sequences of arbitrary length. Moreover, memory access during inference can be done in a constant time under some assumptions.

Keywords

Cite

@article{arxiv.1511.06392,
  title  = {Neural Random-Access Machines},
  author = {Karol Kurach and Marcin Andrychowicz and Ilya Sutskever},
  journal= {arXiv preprint arXiv:1511.06392},
  year   = {2016}
}

Comments

ICLR submission, 17 pages, 9 figures, 6 tables (with bibliography and appendix)

R2 v1 2026-06-22T11:49:55.366Z