Neal Wu 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 years ago
..
ptb 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 years ago
translate 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 years ago
BUILD 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 years ago
README.md 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 years ago
__init__.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 years ago
linear.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 years ago
rnn.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 years ago
rnn_cell.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 years ago
seq2seq.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 years ago

README.md

This directory contains functions for creating recurrent neural networks and sequence-to-sequence models. Detailed instructions on how to get started and use them are available in the tutorials.

Here is a short overview of what is in this directory.

File What's in it?
ptb/ PTB language model, see the RNN Tutorial
translate/ Translation model, see the Sequence-to-Sequence Tutorial