Skip to content

Solving Sudoku with Convolution Neural Networks.

License

Notifications You must be signed in to change notification settings

jihchao/Sudoku-Solver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Solver

version - 1.1.2

This software solve the sudoku puzzle using convolutions neural network.

Requirements

  • python - 3.7
  • keras - 2.4.3
  • tensorflow - 2.2.0

Project Content

File Description
sudoku.ipynb notebook for running and testing the project
model.py neural network implementation
scripts contains data pre-processing script
model contain saved model

Performance

Network was able to solve the puzzles with 99% accuracy. Following is a snippet showing network solving the sudoku.


References

  • Download the dataset for this project.
  • Read this blog to get all detail of this project.

About

Solving Sudoku with Convolution Neural Networks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 79.5%
  • Python 20.5%