This project uses a simple MLP to play tic tac toe. Click a square and see how it responds... ...but that's not what is significant about this project. This is the first Scratch project to make use of my new Python library "cattorch!" cattorch exports PyTorch neural nets as Scratch sprites, making it easier than ever to do inference in Scratch. It currently only supports a limited set of PyTorch operations, but I am working to expand it to support transformers, RNNs, CNNs, and more.
https://pypi.org/project/cattorch/