Olivia 1125de19d5 Merge pull request #785 from mrphoenix13/master пре 8 година
..
ptb 1125de19d5 Merge pull request #785 from mrphoenix13/master пре 8 година
translate f526842c6b Merge pull request #806 from b0noI/upgraded_translate_example_pull_request_preparation пре 8 година
BUILD 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models пре 9 година
README.md b75faf5a48 Fix rnn translate in python3 пре 9 година
__init__.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models пре 9 година
linear.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models пре 9 година
rnn.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models пре 9 година
rnn_cell.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models пре 9 година
seq2seq.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models пре 9 година

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