You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A little routine to generate a sudoku, and try to solve it with keras(tensorflow)
sudoku_generator.py: generate a fake-random sudoku matrix
sudoku_dataset.py: import training/test data from generator
sudoku_rnn.py: try to solve the puzzle with RNN
About
A little routine to generate a sudoku, and try to solve it with keras(tensorflow)