This repository contains machine learning models implemented in TensorFlow. The models are maintained by their respective authors. To propose a model for inclusion, please submit a pull request.
|
8 年之前 | |
---|---|---|
.github | 9 年之前 | |
autoencoder | 9 年之前 | |
compression | 8 年之前 | |
differential_privacy | 8 年之前 | |
im2txt | 8 年之前 | |
inception | 9 年之前 | |
lm_1b | 9 年之前 | |
namignizer | 9 年之前 | |
neural_gpu | 9 年之前 | |
resnet | 9 年之前 | |
slim | 8 年之前 | |
street | 9 年之前 | |
swivel | 9 年之前 | |
syntaxnet | 9 年之前 | |
textsum | 9 年之前 | |
transformer | 9 年之前 | |
video_prediction | 9 年之前 | |
.gitignore | 9 年之前 | |
.gitmodules | 9 年之前 | |
AUTHORS | 9 年之前 | |
CONTRIBUTING.md | 9 年之前 | |
LICENSE | 9 年之前 | |
README.md | 8 年之前 | |
WORKSPACE | 9 年之前 | |
data_utils.py | 8 年之前 | |
model.py | 8 年之前 | |
neural_programmer.py | 8 年之前 | |
nn_utils.py | 8 年之前 | |
parameters.py | 8 年之前 | |
wiki_data.py | 8 年之前 |
This repository contains machine learning models implemented in TensorFlow. The models are maintained by their respective authors.
To propose a model for inclusion please submit a pull request.
Implementation of the Neural Programmer model described in https://openreview.net/pdf?id=ry2YOrcge
Download the data from http://www-nlp.stanford.edu/software/sempre/wikitable/ Change the data_dir FLAG to the location of the data
Training: python neural_programmer.py
The models are written to FLAGS.output_dir
Testing: python neural_programmer.py --evaluator_job=True
The models are loaded from FLAGS.output_dir. The evaluation is done on development data.
Maintained by Arvind Neelakantan (arvind2505)