ScratchData LogoScratchData
Back to Tinkerbobs's profile

AI Doodle Detector (Neural Network) remix

TITinkerbobs•Created September 10, 2024
AI Doodle Detector (Neural Network) remix
0
0
4 views
View on Scratch

Instructions

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.

Project Details

Project ID1065748656
CreatedSeptember 10, 2024
Last ModifiedSeptember 10, 2024
SharedSeptember 10, 2024
Visibilityvisible
CommentsAllowed

Remix Information

Parent ProjectView Parent
Root ProjectView Root