The recurrent neural network (RNN) has lots of applications in NLP, such as language modeling, part-of-speech tagging, and named entity recogition. In this lab, you will learn to build a simple RNN language model. Please follow instructions from this Github repository.