Skip to content

subarnop/Kiddo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kiddo

Playing with Google Quick draw dataset with Keras. Dataset can be found here Kiddo is a convolution neural network model designed to identify hand drwan images. The speciality of these images is that these are drawn with a very small intervall of time. The images in a single class are not drawn by all different person in small time, so they are least possible to have any sort of similarities. 10 images from the 10 datasets we used are shown below: alt text

The experment consisted of various types of subject of images that are present in Google's Quickdraw dataset. The convolution network used in experiment is a bit modification of LeNet. Runtime of LeNet is also very fast and the prediction can be made with minimun computations. The accuracy results shown were as follow: alt text

The experiment can be carried out further increasing the number of classes of images. Enriching the classes will give out better results.

About

Identifying hand drawn images from Google Quick draw dataset with Keras using Convolutional Neural networks..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages