A package that makes it easy to create a cyberpunk themed plot with ggplot2. Comes with geoms and a theme as well as color palettes.
TidyTuesday is a social coding exersise that uses R and the Tidyverse to work with a new data set each week, creating a model or visualization. This is my github Repo where I post my code and my plots.
For my senior capstone, I used data provided by the CSES about elections around the world. Using the module 4 data, I used machine learning and statistical techniques to learn about satistifaction with democracy including Kohonen Networks, logistic regression, decision trees, and random forests.
Lights Out is a puzzle-game relased in 1995 as a hand held device. Pressing lights will toggle the lights Use of linear algebra can model the moves and search for a solution When learning a programming language, I often recreate this game I have written a blog post about the math and have a javascript version for demo.
Using R, I and a teammate used various classification techniques to predict if a player was an infielder or outfielder based on at-bat stats. Techniques used Classification Trees, Random Forests, and K-means klustering.