Early stopping with reinforcement learning

Build and benchmarking of DDQN for early classification of time series.


Thompson Sampling with Tensorflow Probability

Run through of Thompson sampling for several different types of multi-armed bandits.


Credit Card Fraud Detection

Use obsfucated transaction data to develop a model for detecting fraudulent credit card transactions


Introduction to Statistical Learning Solutions (Python)

Problem solutions for G. James et al.'s An Introduction to Statistical Learning. Where the textbook uses the `R` programming language, these solutions all use python with popular statistical and ML modules.


Disaster tweets

Create a model to determine whether a tweet is about a disaster or not.


Ames house price predictions

Predict the price of houses using a variety of models. Determine the best model for this approach.


Other Projects

Local pySpark Setup

Local setup of pyspark on linux virtual environment for development and learning.