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 on tensorflow.org.
Here is a short overview of what is in this directory:
File | What's in it? |
---|---|
ptb/ |
PTB language model, see the RNN Tutorial |
quickdraw/ |
Quick, Draw! model, see the RNN Tutorial for Drawing Classification |
If you're looking for the
seq2seq
tutorial code, it lives
in its own repo.