Luis Felipe Albarracin
19-Agu-2020
This presentation is included in the last assignment from the online course Data Science Capstone (https://www.coursera.org/learn/data-science-project)
The main challenge of these slides is to provide some key information regarding the final project
Due to te requirements, it has been generated using RStudio specifically Rpres.
The idea is to create an application which can predict the next word regarding a n-gram given by the user (max 6 letter n-gram).
for this, three datasets are used: bigram.RData, trigram.RData and quadgram.RData. this three datasets can be downloaded from: (http://rpubs.com/maximeverges/495853).
The application can be found specifically in:
The prediction model to get the next word/sentence is based on the following algorithm:
The following is the user interfaces of the app: