This is John Hopkins Data science Specialization Capstone Project Presentation
Word prediction application created using Swiftkey datasets of twitter, news, and blog natural language text.
As the datasets are huge, and due to memory and time limition, this application takes a sample of the datasets for prediction.
This application utilizes the N-gram model of natural language processing to take a user input and essentially "predicts" the next relevant word in the phrase.
The final prediction model utilizes the Stupid Backup model in its final implementation.