This Data Science Capstone project leverages several innovative techniques learned in prior courses and by resarch for the current Capstone project
- Memory and CPU efficient 'reactive' Shiny.io web app using pre-built data.table objects
- Like modern spell checkers, prediction is a SET of words ranked in decreasing order of probabilities
- Multi-level Katz backoff (5-gram down to Bigram) with all levels evaluated
- Search augmented, and data.tables objects re-used, in simple Bag of Word (BoW) search