Solving Sudoku with Convolution Neural Network | Keras

Shiva Verma
Towards Data Science
6 min readOct 17, 2019

--

Image from Pixabay

I used to solve sudoku a long time ago. A few days back I was wondering if I can solve it with Convolution Neural Network(CNN). I knew Sudoku has spatial features since it has a particular arrangement of numbers and CNNs are good at extracting spatial features. Let’s see how this experiment goes.

Data Collection

--

--