Ben Apple
28 March 2015
Markov Chain
The term “Markov chain” refers to the sequence of random variables such a process moves through, with the Markov property defining serial dependence only between adjacent periods (as in a “chain”). It can thus be used for describing systems that follow a chain of linked events, where what happens next depends only on the current state of the system.
Kat back-off
A generative ngram language model that estimates the conditional probability of a word given its history.
Users type their sentence into the text field of app.
System will truncate the last 1~4 words
and take them as input of predictive algorithm.