Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 958 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 958 Bytes

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.