Tag: chess
-
Convolutional network (again)
With time on my hands I have returned to working on an old project – attempting to build a convolutional network that will solve chess puzzles. (A convolutional network is a type of neural network – a modelled ‘artificial intelligence’ that can be used to detect patterns or undertake similar tasks.) Here I am not…
-
Conv-nets are hard
Months ago I started work on a convolutional neural network to recognise chess puzzles. This evening after mucking about with the learning phase for weeks I thought I had scored a breakthrough – that magic moment when, during learning, a tracked value suddenly flips from the wrong result to the right one. Brilliant, I thought…