README.md 318 Bytes
Newer Older
Lukasz Kaiser's avatar
Lukasz Kaiser committed
1
2
3
4
# NeuralGPU
Code for the Neural GPU model as described
in [[http://arxiv.org/abs/1511.08228]].

5
6
7
8
9
10
Requirements:
* TensorFlow (see tensorflow.org for how to install)
* Matplotlib for Python (sudo apt-get install python-matplotlib)

Run: python neural_gpu_trainer.py --task=rev

11
Maintained by Lukasz Kaiser (lukaszkaiser)