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.
|
|
пре 9 година | |
|---|---|---|
| .github | пре 9 година | |
| autoencoder | пре 9 година | |
| compression | пре 9 година | |
| differential_privacy | пре 9 година | |
| im2txt | пре 9 година | |
| inception | пре 9 година | |
| lm_1b | пре 9 година | |
| namignizer | пре 9 година | |
| neural_gpu | пре 9 година | |
| resnet | пре 9 година | |
| slim | пре 9 година | |
| 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 | пре 9 година | |
| WORKSPACE | пре 9 година | |
| data_utils.py | пре 9 година | |
| model.py | пре 9 година | |
| neural_programmer.py | пре 9 година | |
| nn_utils.py | пре 9 година | |
| parameters.py | пре 9 година | |
| wiki_data.py | пре 9 година |
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)