On the Turing Completeness of Modern Neural Network Architectures

Abstract

Alternatives to recurrent neural networks, in particular, architectures based on attention or convolutions, have been gaining momentum for processing input sequences. In spite of their relevance, the computational properties of these alternatives have not yet been fully explored. We study the computational power of two of the most paradigmatic architectures exemplifying these mechanisms: the Transformer (Vaswani et al., 2017) and the Neural GPU (Kaiser & Sutskever, 2016). We show both models to be Turing complete exclusively based on their capacity to compute and access internal dense representations of the data. In particular, neither the Transformer nor the Neural GPU requires access to an external memory to become Turing complete. Our study also reveals some minimal sets of elements needed to obtain these completeness results.

Cite

Text

Pérez et al. "On the Turing Completeness of Modern Neural Network Architectures." International Conference on Learning Representations, 2019.

Markdown

[Pérez et al. "On the Turing Completeness of Modern Neural Network Architectures." International Conference on Learning Representations, 2019.](https://mlanthology.org/iclr/2019/perez2019iclr-turing/)

BibTeX

@inproceedings{perez2019iclr-turing,
  title     = {{On the Turing Completeness of Modern Neural Network Architectures}},
  author    = {Pérez, Jorge and Marinković, Javier and Barceló, Pablo},
  booktitle = {International Conference on Learning Representations},
  year      = {2019},
  url       = {https://mlanthology.org/iclr/2019/perez2019iclr-turing/}
}