README.md 785 Bytes
Newer Older
1
2
This directory contains functions for creating recurrent neural networks
and sequence-to-sequence models. Detailed instructions on how to get started
Mark Daoust's avatar
Mark Daoust committed
3
4
and use them are available in the
[tutorials on tensorflow.org](http://tensorflow.org/tutorials/).
5

Mark Daoust's avatar
Mark Daoust committed
6
Here is a short overview of what is in this directory:
7
8


Mark Daoust's avatar
Mark Daoust committed
9
10
11
File         | What's in it?
------------ | -------------
`ptb/`       | PTB language model, see the [RNN Tutorial](http://tensorflow.org/tutorials/recurrent/)
12
`quickdraw/` | Quick, Draw! model, see the [RNN Tutorial for Drawing Classification](https://www.tensorflow.org/versions/master/tutorials/recurrent_quickdraw)
Mark Daoust's avatar
Mark Daoust committed
13
14
15
16

If you're looking for the 
[`seq2seq` tutorial code](http://tensorflow.org/tutorials/seq2seq/), it lives
in [its own repo](https://github.com/tensorflow/nmt).