February 2018
Intermediate to advanced
450 pages
11h 27m
English
From the preceding example, we can get the model to generate text. But the network will surprise us, as it's not only going to generate text but also it's going to learn the style and the structure in training data. We can demonstrate this interesting process by training an RNN-type model on specific kind of text that has structure and style in it, such as the following Shakespeare work.
Let's have a look at a generated output from the trained network:
In spite of the fact that the network only knows how to produce one single character at a time, ...
Read now
Unlock full access