live code
This is the code for this video on Youtube by Siraj Raval as part of the Deep Learning Nanodegree with Udacity. We're going to code an LSTM in Tensorflow to generate Wikipedia articles.
Use pip to install any missing dependencies
I downloaded the data from https://metamind.io/research/the-wikitext-long-term-dependency-language-modeling-dataset/.
Run the notebook with jupyter notebook
in command line when in the top level directory.
The credits for the original codebase go to kumikokashii. I've merely created a wrapper to get people started