This is a pitch deck for the JHU Coursera Capstone project where the students are asked to develop an app for predicting the next word based on the user input. E.g., typing suggestions on mobile devices.
- The dataset for building the prediction model was given within the instruction.
- The prediction is based on ngram and backoff models.
- The app needs to be hosted on Shiny.io. It needs to accept a “user input” and output/display the “prediction”.