Tensorflow LSTM for Language Modelling
In this post, I will show you how to build an LSTM network for the task of character-based language modelling (predict the next character based on the previo...
In this post, I will show you how to build an LSTM network for the task of character-based language modelling (predict the next character based on the previo...
Here is a short Youtube video explaining what this post it about. How did I do it? I will try to go through the main steps in the following.