Skip to content

sakchhams/tf_nn_sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A convolutional neural network written in python using tensorflow, that is designed to solve sudoku puzzles. Note: Sudoku solution needs a renforced learning approach, so that the existing numbers are not modified.

Training Datsource :

1 million Sudoku games by Bryan Park A tarball for the above data is included and should work just fine. Otherwise download the above data source and place the csv file in the data/ subdirectory of current repo. Downloading the data source requies sign in with a kaggle account.

Dependencies :

Usage :

from a docker container or local installation run, python sudoku_nn.py

About

A neural network written in python using tensorflow designed to solve sudoku problems.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages