Skip to content
This repository was archived by the owner on Oct 19, 2019. It is now read-only.

Solving Sudoku with Convolution Neural Networks.

Notifications You must be signed in to change notification settings

febuz/Sudoku-Solver-CNN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Solver-CNN

I am solving the sudoku puzzle using convolutions neural network.

This project contains following files:

  • data_preprocess.py: prepare training and testing data
  • model.py: neural network implementation
  • sudoku.ipynb : jupyter notebook for running and testing the code
  • sudoku.model: saved model

To run this project, you can run sudoku.ipynb notebook. Following is a snippet showing network solving the sudoku.

For detailed description of this project plese refer this blog:

About

Solving Sudoku with Convolution Neural Networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 75.0%
  • Python 25.0%