Application-of-convolutional-neural-network-in-chess-evaluation
PublicIn a game of chess, each move is made according to astrategy that aims to optimize the situation of the activeplayer. The evaluation of the position of the differentpieces is therefore a central issue that we will be tack-ling in this project. The goal we fixed ourselves is touse an evaluation of the board positions through a con-volutional neural network (CNN). This evaluation aimsto mimic the complex heuristic of the well known chessengineStockfish. We will then use this learned evaluationas the heuristic in aminimaxalgorithm to implement ourown chess AI.