-
Avatar The Last Airbender Language Model and Text Generation
2020-08-15
This week’s TidyTuesday data set is basically the script for all of the Avatar: The Last Airbender episodes. I thought it’d be neat to build a language model from the script and use it to generate new sentences that plausibly sound like they belong in the Avatar universe. In this post, I’ll quickly present some of the sentences generated from the model, and then I’ll dive into how I obtained those results.…
-
A Tidy Analysis of Astronauts and Their Missions
2020-07-21
Introduction I live in Orlando Florida, which is less than an hour away from Cape Canaveral. As you might imagine, visiting the space center and watching launches is a “thing” we Orlando folks do fairly often. I’ve also been getting into R and data science recently via Garrett Grolemund and Hadley Wickham’s excellent R for Data Science. To apply the things I’m learning, I thought it’d be fun to analyze this week’s Tidy Tuesday astronauts dataset.…
-
Analyzing Traffic Fatalities by Vehicle Weight and Size with Tidyverse
2020-07-03
I bought a car recently. I’m cheap and practical and I’m going to be a father soon, so the only things I really cared about were: will the car keep my wife and child safe if they’re in an accident will the car keep running reliably how do I get 👆 those two things on the cheap I’ve also been getting into machine learning and data science recently, so I thought it’d be useful to answer them using some data science tools.…