version - 1.1.2
This software solve the sudoku puzzle using convolutions neural network.
python
-3.7
keras
-2.4.3
tensorflow
-2.2.0
File | Description |
---|---|
sudoku.ipynb | notebook for running and testing the project |
model.py | neural network implementation |
report.pdf | Step by step implementataion and description of project |
Network was able to solve the puzzles with 95% accuracy. Following is a snippet showing network solving the sudoku.
- Download the dataset for this project.