TomBolton.io

Tom Bolton’s AI and Machine Learning Lab Notebook.

Month: March 2025

Machine Learning

A couple of days ago, I finished my implementation of a completely vectorized checkers gameplay engine. With the current implementation, the model does all game operations for both sides on an entire batch of games at once. The most computationally…