Neal Wu 0d9a3abdca Remove all references to 'tensorflow.models' which is no longer correct il y a 9 ans
..
ptb 0d9a3abdca Remove all references to 'tensorflow.models' which is no longer correct il y a 9 ans
translate 0d9a3abdca Remove all references to 'tensorflow.models' which is no longer correct il y a 9 ans
BUILD 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models il y a 9 ans
README.md 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models il y a 9 ans
__init__.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models il y a 9 ans
linear.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models il y a 9 ans
rnn.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models il y a 9 ans
rnn_cell.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models il y a 9 ans
seq2seq.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models il y a 9 ans

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