Capstone Pitch

Sujay Nair
8/18/2019

Capstone Project

In this project, we will try to predict the next word using an n-gram prediction model. We used a variety of skills such as exploratory analysis, data cleaning, model creating, and app building.

Approach

For this model, we will use a trigram model. This means that given two previous words, the model will predict the third. Because this model is pretty accurate, it can be slightly slow. Please grade according to accuracy instead of time taken.

How it works

In the app found here: https://sujaynr.shinyapps.io/AppCapstone/ , you will enter two numbers and the model will predict the next.

References