/DeepToast

Neural Network Powered Chess Engine

Primary LanguagePython

DeepToast

DeepToast is a deep neural network powered chess engine. The name comes from my cat Toasty pictured below. If the engine can beat him I'll be happy!

DeepToast is currently being implemented. It will train a neural network to predict Stockfish evaluations of chess positions. The current plan is to train the eval function off the Lichess training dataset.

For search functionality I plan to hook up the eval function with the open source Sunfish engine.