Here, i am learning how to create and train a Character-Level Language Model that generate a character one at a time to build a sentence.
the model i built uses LSTM with hidden dimension of 128 for starter, as this is my first time playing with NLP.