Learning to Execute

13 papers with code • 0 benchmarks • 0 datasets

This task has no description! Would you like to contribute one?

Neural Execution Engines: Learning to Execute Subroutines

Yujun-Yan/Neural-Execution-Engines NeurIPS 2020

A significant effort has been made to train neural networks that replicate algorithmic reasoning, but they often fail to learn the abstract concepts underlying these algorithms.

16
15 Jun 2020

Universal Transformers

tensorflow/tensor2tensor ICLR 2019

Feed-forward and convolutional architectures have recently been shown to achieve superior results on some sequence modeling tasks such as machine translation, with the added advantage that they concurrently process all inputs in the sequence, leading to easy parallelization and faster training times.

14,910
10 Jul 2018

Learning to Execute

wojciechz/learning_to_execute 17 Oct 2014

Recurrent Neural Networks (RNNs) with Long Short-Term Memory units (LSTM) are widely used because they are expressive and are easy to train.

479
17 Oct 2014