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.
|
|
hace 9 años | |
|---|---|---|
| .github | hace 9 años | |
| autoencoder | hace 9 años | |
| compression | hace 9 años | |
| differential_privacy | hace 9 años | |
| im2txt | hace 9 años | |
| inception | hace 9 años | |
| lm_1b | hace 9 años | |
| namignizer | hace 9 años | |
| neural_gpu | hace 9 años | |
| resnet | hace 9 años | |
| slim | hace 9 años | |
| street | hace 9 años | |
| swivel | hace 9 años | |
| syntaxnet | hace 9 años | |
| textsum | hace 9 años | |
| transformer | hace 9 años | |
| video_prediction | hace 9 años | |
| .gitignore | hace 9 años | |
| .gitmodules | hace 9 años | |
| AUTHORS | hace 9 años | |
| CONTRIBUTING.md | hace 9 años | |
| LICENSE | hace 9 años | |
| README.md | hace 9 años | |
| WORKSPACE | hace 9 años | |
| data_utils.py | hace 9 años | |
| model.py | hace 9 años | |
| neural_programmer.py | hace 9 años | |
| nn_utils.py | hace 9 años | |
| parameters.py | hace 9 años | |
| wiki_data.py | hace 9 años |
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)