These slides are created as a pitch for the final Capstone project on the Data Science Specialization.
This project creates a word prediction machine learning system based on a given sentence or set of words.
This process is commonly used in texting applications in the mobile industry to facilitate the typing process to the user.
With that objective in mind, special care has been given to the portability and size of the dictionaries as well as time and computing process constraints even if doing so reduced its predictive capabilities.
Still the algorithm performs fairly well with over a 72 % rate of success.