After learning some fundamentals of deep learning, I came across a very interesting paper DeepChess which tends to give a competition to a Human Chess Grandmaster. I decided to give its implementation a try using Tensorflow.
- At the course of the development of this deep-chess-net, I also published a PyPI project pgn2bitboard that converts a collection of games in PGN format into bitboards and labels.