Page 1 of 1

If you are interested in machine learning and Python !

Posted: Mon Feb 23, 2015 10:53 am
by Sylwy
Well, until the war between Stockfish and Komodo will be ready.............maybe you are a bit interested in some more trivial problems. For example:

1.- an interesting page:

http://erikbern.com/?p=841

2.- an interesting source code:

https://github.com/erikbern/deep-pink

Well......Python.........Linux........machine learning............hard days...........:lol:

SilvianR :wink:

Re: If you are interested in machine learning and Python !

Posted: Mon Feb 23, 2015 4:05 pm
by jdart
Others have done something similar, for example see: http://satirist.org/learn-game/systems/neurochess.html. It is not a new idea that you can learn an evaluation function this way. But in both these cases the resulting performance is not that good. A neural network may not be the best runtime model, plus these experiments are not starting with a good, fast search engine. Better results have been obtained by parameter tuning: in most cases not learning from scratch, but trying to improve an existing evaluation.

--Jon