Results 15 issues of Samuel

Mushroom detector application: I did a project where I explain how to export weights from a Keras model and import those weights in Keras.js, and how to include later the...

Hello, @atgambardella. Using as base your code, I have developed a new Tic-tac-toe environment for the ES training process. As this game can be studied in full depth by a...

Using the new supervised learning step I created, I've been able to train a model to the point that seems to be learning the the openings of chess. Also it...

The distributed version of this project is ready to be used but we need to find a FTP server in internet that enable us to upload and download files of...

The SL results are promising. I've finished three epochs of optimization using various PGN files with human movements (of players with ELO > 1600) and the model always improved and...

@yuandong-tian @jma127 can you please tell us if you are thinking about adapting ELF to a chess version (ELF OpenChess?). As you probably know there is already an adaptation of...

enhancement

@tristandeleu , do you think you would be able to implement the sparse version of the NTM mentioned here: https://deepmind.com/blog/deepmind-papers-nips-part-3/? The full paper is here: https://arxiv.org/pdf/1610.09027v1.pdf

### Common Settings The model is trained on 2-layer feedforward controller (with hidden sizes 128 and 256 respectively) with the following set of hyperparameters: - RMSProp Optimizer with learning rate...

in-progress

Wonderful job, friend. Can you please tell us what's the performance you got with this approach? Do you have some statistics or something? Regards!

Hello, @mokemokechicken and @YuHang. As I promised I've done (just in one day, I had no more time) an adaptation of the reversi-zero project @mokemokechicken did into a chess version:...