Occasionally, it is of interest to predict the next word in a sentence. Several algorithms can accomplish this task, but choosing the right model can be challenging depending on computational resources and training data. In this presentation shows a shiny application that predicts the next word of a sentence using a model created by the stupid backoff algorithm (yes, that’s the name).
The following model and application were developed to complete the Johns Hopkins University Data Science specialization on Coursera.