Y
Hacker News
new
|
ask
|
show
|
jobs
by
sarthakjain
2339 days ago
Sudoku is a relatively simpler problem since the structure is known apriori and becomes as simple as pattern matching.
1 comments
ovi256
2339 days ago
Exactly, sudoku can be solved with classical CV through OpenCV, see for example
https://www.youtube.com/watch?v=QR66rMS_ZfA
He's using a CNN for digit recognition.
link
He's using a CNN for digit recognition.