Bigram Character Level language Model
- Statistical Approach
- Deep Learning Approach with Neurons
Trigram Character Level lanuage Model with Neurons
The models make the Markov assumption that the probability of a character depends only on the previous character in case of bigram and previous two characters in case of trigram, not the entire history.