Skip to content

Timmoth/Ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser-Based ML Demos

Try them out live

A collection of browser-based machine learning experiments, built to explore machine learning techniques and for fun.

Projects

Digit Draw: Handwritten Digit Recognition

Draw a digit (0–9) on a canvas, and a convolutional neural network trained on the MNIST dataset will try to guess it in real time.

Doodle Draw: Recognizing 50M+ Sketches

Doodle objects on a canvas and predicts what you’re drawing from 380+ categories.

Snake AI: Deep Q-Learning in Action

Snake agent trained using Deep Q-Networks (DQN)