Recently Published

quarto_test2
Publish Document
ejemplo 3
ExamNumbers
ExamNumbers
ejemplo2
Git and GitHub for Project Management: Installation
Step by step intructions on how (and why) to set up git and GitHub and connect to R Studio.
Publish Document
HTML
Test Plot
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.