Neal Wu 29881fb483 Improved the spacing on the comment 8 lat temu
..
ptb 29881fb483 Improved the spacing on the comment 8 lat temu
translate f7cea8d01b Rename sampled_loss argument inputs to logits in preparation for named arguments requirement 8 lat temu
BUILD 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 8 lat temu
README.md b75faf5a48 Fix rnn translate in python3 8 lat temu
__init__.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 8 lat temu

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