Felix. 0 Posted November 24, 2021 Is Delphi good for machine/deep learning? I would like to load bunch of grandmasters' games, process it and then predict good moves in certain positions. Share this post Link to post
Rollo62 536 Posted November 25, 2021 If you consider most modern AI, I would consider that Python is currently the right choice, although you could do everything in Delphi too. The main advantage of Python is IMHO that a huge bunch of libraries amnd code is available, especially in the AI direction. Since Python has limited UI options, what about a combination of Delphi and Python via Python4Delphi ? Share this post Link to post
irawan 2 Posted December 14, 2021 the good engine develop in pascal as far as i know is Critter. today it is hard to beat Stockfish, maybe coz ih has many many developers work on it. usually chess engine is developed in C / C++. start from a few years ago, engine with Neural Network become more popular. AlphaZero, LeelaZero, Komodo NNUE and many more. Share this post Link to post