Skip to content

Code of models trained while create XO application. CNN model to differ X and O in 28 x 28 image.

Notifications You must be signed in to change notification settings

harsh2011/XO-Models

Repository files navigation

XO-Models

Code of models trained while creating XO application. CNN model to differ X and O that are drawn by user in 28 x 28 canvas. GAN use to draw from the computer side

Dataset Samples

Image Image

Generated Samples from GANs

Image Image

App Results

Frozen graph of CNN

at out/opt_xo_differ.pb
input_node_name = 'input'
keep_prob_node_name = 'keep_prob'
output_node_name = 'output'

Frozen graph of GAN_O

at GAN_O/opt_gan_O.pb
input_node_name = 'noise_input_o'
output_node_name = 'gen_o'

Frozen graph of GAN_X

at GAN_X/opt_gan_X.pb
input_node_name = 'noise_input_x'
output_node_name = 'gen_x'

About

Code of models trained while create XO application. CNN model to differ X and O in 28 x 28 image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published