Open donkirkby opened 3 years ago
This article on regression looks helpful.
Now having memory problems. See if this article on memory leaks is helpful.
See if Maia Chess is a useful guide for how to set up a neural network for board games. It's a Python project that uses Tensorflow. Leela Chess Zero looks similar and might be easier to get running.
Leela Chess Zero turned out to have a very complicated model, just over 150 layers or components!
Maybe this tensorflow chess tutorial will be easier to learn from.
That tutorial was missing the input data, but this one might be better.
Found a Reversi Alpha Zero project that should be a good example.
Bring back support for a neural network heuristic.