Jump to content
Registration disabled at the moment Read more... ×
Felix.

Delphi, chess and machine learning (deep learning)

Recommended Posts

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×