Matt Motoki, Ph.D. student at University of Washington

Matt Motoki

Blog

Seasonal Uniform Average
Seasonal Uniform Average March 13, 2025
Handling streaming data with seasonal or cyclic patterns is a common task in data science and machine learning. In this blog post, we discuss a simple implementation of a seasonal uniform average that serves as a solid baseline for forecasting...
Beta Target Encoding
Beta Target Encoding February 27, 2025
Bayesian Target Encoding is a feature engineering method that leverages Bayesian principles to convert categorical variables into numeric representations. Beta Target Encoding is a specialized variant designed specifically for binary classification tasks. Beta Target Encoding provides a systematic way to...
Adaptive Pricing
Adaptive Pricing July 21, 2024
Adaptive pricing is a technique for dynamically adjusting prices to maximize revenue. The technique is particularly useful in settings where the demand for a product is unknown and varies over time. In this post, I’ll discuss the theory behind adaptive...

Competitions

In my free time, I enjoy doing machine learning competitions. I am a competitions grandmaster on Kaggle.

Projects

Cell Division: A Biology-Inspired Board Game with an AI Opponent
Cell Division: A Biology-Inspired Board Game with an AI Opponent

Cell Division is a strategy-based board game. Players take turns placing their cells. A player’s cells divide when they connect with each other. The score is equal to the total number of cells. The game ends when the board is full. The winner is the player with the most cells.

Cell Collection: Variations of Cell Division
Cell Collection: Variations of Cell Division

This is a collection of games inspired by Cell Division. If a player places a new cell adjacent to one or more of their existing cells, then their existing cell(s) extend to include the new cell. This is a work in progress and I plan to implement various scoring mechanisms.

Hawaii Machine Learning Meetup
Hawaii Machine Learning Meetup

I helped to create the Hawaii Machine Learning Meetup with the goal of increasing ML adoption in Hawaii. As an organizer, I grew the community to 250+ members and helped to lead networking events and ML study groups.

Creative Coding

I play around with creative coding for fun.