Read From Wikipedia

In this example, a Long Short Term Memory network will be trained with the task of predicting the next character in a stream of text (articles from Wikipedia).

In the begining the network only ouputs trash, something like: 8db8fff8bff8ddb8bfbff868d8bfbddbf8db8d.

But after a few hours reading Wikipedia, the output text looks more like: no es at asaesetsi aneteteise titis at.

The network starts to learn how to use spaces to separate words and how to use vowels and consonants to make syllables. Even though the network in this demo is too small to learn real words, it has been proven that when scaling this same model to thousands of neurons, the network can actually learn to write in english.