Capstone Presentation
Maninder Khurana, Ph.D.
Sun Nov 03 17:26:56 2019
Smart Keyboard App to predict the next word
This presentation is for partial fulfillment of the Coursera Data Science Capstone Course.
The project is on building a predictive text model along with a shiny app UI for predicting the next word as the user types similar to the technology of Swiftkey.
[Shiny App] - [https://phng.shinyapps.io/capstone]
[Github Repo] - [https://github.com/maninderkhurana/Capstone.git]
App foundations: Collect, Process and Clean the data by the following steps:
Algorithm: The prediction model for next word is based on the Katz Back-off algorithm as explained next:
For the project, a Shiny application was also developed based on the the model presented here and works in the way described. Do check it out.