April 2017
Intermediate to advanced
320 pages
7h 46m
English
Language computational models based on RNNs are nowadays among the most successful techniques for statistical language modeling. They can be easily applied in a wide range of tasks, including automatic speech recognition and machine translation.
In this section, we'll explore an RNN model on a challenging task of language processing, guessing the next word in a sequence of text.
You can download the source code for this example here (official TensorFlow project GitHub page): https://github.com/tensorflow/models/tree/master/tutorials/rnn/ptb.
The files to download are as follows: ...
Read now
Unlock full access