/chess

ML driven chess model

Machine Learning Chess Engine

A machine learning-powered chess engine implemented in Go with a frontend in React.

Overview This chess engine uses a machine learning model trained on a dataset of chess positions and corresponding optimal moves to predict the best move for a given position. The engine is implemented in Go and the frontend is built with React.