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...

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. I’ve implemented a few different scoring mechanisms:

  • Cell Multiplication: the score is the product of the sizes of the connected components
  • Cell Maximization: the score is the size of the largest connected component
  • Cell Connection: the score is the total number of connections of the cells
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.