Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Working on a new example with tensorflow.js and the Google Quickdraw data set.

Notifications You must be signed in to change notification settings

Sur3n00/Tensorflow-JS-Doodle-Classifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tensorflow.js Doodle Classifer example

This repo is experimental and in progress. It is an "MNIST"-style classification example using the Google QuickDraw dataset, p5js, and tensorflow.js. It is loosely based on the tfjs MNIST example.

Reference

RoadMap

  • Simplify model removing convolutional layers. The idea is for this to be a dropdead simple example that I can use to explain tensorflow.js and the layers API. I'd like to cover convolutional neural networks as a secondary example.
  • Incorporate testing data. At the moment no any validation / testing data is included during training. For clarity of the example I might like to run the testing as a separate function. What do the results mean me if I give it null data?
  • Guess user drawings in real-time.
  • Train with a much larger dataset.
  • Save model using local storage or to JSON file.
  • Bring the idea of a higher level Classifier class that wraps keras layers into ml5.

About

Working on a new example with tensorflow.js and the Google Quickdraw data set.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.3%
  • HTML 13.7%