Coursera Data Science Capstone Project Word Predictor
Michail Xenakis
8/01/2019
Overview of the Project
- This presentation is a necessary requirement for the capstone project and accompanies the shiny application that predicts the next word of an input sentence.
- The objective of the application is to predict the next word based on an input sentence.
- All the scripts are on GitHub in this link.
- You can gain access to the shiny application via this link.
- In the following slides we briefly present the full structure of the application in a comprehensive figure, the computation of the NGram frequency tables and the prediction algorithm.
- The shiny app simply builds upon these scripts.
The full structure of the application