Zetch Cruz-Ram, MD FPCOM
02 March 2021
To create a product highlighting the prediction algorithm that was built to provide an interface that can be accessed by others.
Deliverables:
A Shiny app that takes as input a phrase (multiple words) in a text box input and outputs a prediction of the next word.
A slide deck consisting of no more than 5 slides created with R Studio Presenter (https://support.rstudio.com/hc/en-us/articles/200486468-Authoring-R-Presentations) pitching the algorithm and app as if it were to be presented to the boss or an investor.
The next word prediction model uses the principles of “tidy data” applied to text mining in R.
Key model steps:
Benefits: Easy to read code; uses “pipes”; fast processing of training data; able to sample up to 25% of original corpus; relatively small output repo
Key Features:
Key Benefits: