Can Neural Networks Crack Sudoku?
github.com
Can Neural Networks Crack Sudoku?
1–10 of 111 posts
Re: Can Neural Networks Crack Sudoku?
#2Re: Can Neural Networks Crack Sudoku?
#3Re: Can Neural Networks Crack Sudoku?
#4http://ravimohan.blogspot.se/2007/04/learning-from-sudoku-so... - enjoy :D
Re: Can Neural Networks Crack Sudoku?
#5Re: Can Neural Networks Crack Sudoku?
#6Re: Can Neural Networks Crack Sudoku?
#7I find it interesting that when the NN fails to complete the whole puzzle, it seems to fail spectacularly (github.com/Kyubyong/sudoku#results) -- that is, there aren't a lot of good-partial attempts (90% or above). Does anyone know why this might be the case? Does the first wrong placement of a number in a gap essentially ruin the rest of the guesses?
Re: Can Neural Networks Crack Sudoku?
#8Re: Can Neural Networks Crack Sudoku?
#9You can solve sudoku with a SAT solver. You don't need neural networks, this was an assignment in cs 251 at UIC.
Re: Can Neural Networks Crack Sudoku?
#10I find it interesting that when the NN fails to complete the whole puzzle, it seems to fail spectacularly (github.com/Kyubyong/sudoku#results) -- that is, there aren't a lot of good-partial attempts (90% or above). Does anyone know why this might be the case? Does the first wrong placement of a number in a gap essentially ruin the rest of the guesses?