gravatar

thfr

Thomas Frohwein

Recently Published

Word Prediction WebApp - Developing Tools for Natural Language Processing from Scratch
This web application for text prediction was created as the capstone project for the Coursera Data Science specialization. Of note, the entire code was created *just with the base packages* and the individual functions were written from scratch! The only additional package used is the one for stemming the words. You can find the code on https://github.com/thfrwn/Word-Prediction-WebApp
Word Prediction WebApp - Developing Tools for Natural Language Processing from Scratch
This web application for text prediction was created as the capstone project for the Coursera Data Science specialization. Of note, the entire code was created *just with the base packages* and the individual functions were written from scratch! The only additional package used is the one for stemming the words.
Word Prediction WebApp - Developing Tools for Natural Language Processing from Scratch
This web application for text prediction was created as the capstone project for the Coursera Data Science specialization. Of note, the entire code was created *just with the base packages* and the individual functions were written from scratch! The only additional package used is the one for stemming the words.
Data Science Capstone Project - Milestone Report - revision
I have made the report more readable, hiding the code with echo=FALSE. Still working on n-grams - I have a solution, but so far the requirements for CPU/RAM are just too extreme.
Data Science Capstone Project - Milestone Report
This is the capstone project of the Coursera Data Science Specialization. It is about natural language processing (NLP) with R. This milestone report shows the initial analysis of the data set.
repro2
knitr document with the code to download and analyze data from the NOAA Storm Database.