|
|
před 9 roky | |
|---|---|---|
| .. | ||
| ptb | před 9 roky | |
| translate | před 9 roky | |
| BUILD | před 9 roky | |
| README.md | před 9 roky | |
| __init__.py | před 9 roky | |
| linear.py | před 9 roky | |
| rnn.py | před 9 roky | |
| rnn_cell.py | před 9 roky | |
| seq2seq.py | před 9 roky | |
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 |