Limit inputs

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

Henk
Posts: 7220
Joined: Mon May 27, 2013 10:31 am

Limit inputs

Post by Henk »

Looks like the only way to train neural networks on a slow computer is to limit number of input values

So first I have to implement feature extraction from chess positions.
Doubt if even that is possible using a slow computer.
Or maybe it is possible but quality of extracted features will be bad.