Introduction - If you have any usage issues, please Google them yourself
Use recurrent neural network RNN to implement string prediction.
This tutorial will use character prediction as example to show how to use RNN to predict next character based on current input and hidden state.