RPubs will retire in June 2027. Your existing documents will stay accessible through December 31, 2031
and Connect Cloud is the recommended home for new publishing. Read the blog post
gravatar

Vashu

Vashu

Recently Published

N-Gram Word Predictor
This report presents a simple n-gram-based text prediction model built using R. It includes data sampling, cleaning, tokenization, and creation of unigrams, bigrams, and trigrams from the SwiftKey dataset. The model uses backoff logic to predict the next word in a given phrase. This is part of the Coursera Data Science Capstone Project.