|
|
%!s(int64=9) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| ptb | %!s(int64=9) %!d(string=hai) anos | |
| translate | %!s(int64=9) %!d(string=hai) anos | |
| BUILD | %!s(int64=9) %!d(string=hai) anos | |
| README.md | %!s(int64=9) %!d(string=hai) anos | |
| __init__.py | %!s(int64=9) %!d(string=hai) anos | |
| linear.py | %!s(int64=9) %!d(string=hai) anos | |
| rnn.py | %!s(int64=9) %!d(string=hai) anos | |
| rnn_cell.py | %!s(int64=9) %!d(string=hai) anos | |
| seq2seq.py | %!s(int64=9) %!d(string=hai) anos | |
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 |