executive summary - what is this project about
The goal of this project was to create a shiny web app that makes the predictive n-gram model, that was build during the course, accessible by deploying a shiny web app.
preparatory work
- a corpus of twitter posts, news and blog posts was build from mined data
- for this purpose the R packages
tm and RWeka were used
- the nlp algorithm used is an n-gram probabilistic model
- this algorithm is not to complex and very versatile and can be deployed on systems with limited computational resources
- an exploratory analysis was conducted in week 2 to explore the data set and its features
- various possibilities for the improvement of speed and accuracy of the model were explored and balanced to create a responsive experience in the app