This is an AI that will detect which object you drew. Have fun! If it's slow for you, use Turbowarp: https://turbowarp.org/1044907724 ---- How does it work? ---- This project uses a convolutional neural network, trained in Python. I imported all the weights and biases into Scratch lists and re-created the network. For anyone interested, this is the network architecture: Convolutional layer (3x3 filters, 6 output channels) Max pooling layer (2x2) Dense layer (30 neurons) Dense layer (30 neurons) Dense output layer (9 neurons) ---- Credits ---- • Thanks to @Turtsles and @booknightcrawler for testing the AI with their drawing styles. • Thanks to Google for the Quick Draw! dataset, which this AI trained on. • Thanks to @-Rex- for Pen Font Engine++, which is used for most of the drawn text in this project.