Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sms5713.h | 2011-08-09 | 23.8 kB | |
tt4.cpp | 2011-08-09 | 9.4 kB | |
NN_training.cpp | 2011-08-09 | 2.7 kB | |
g24.h | 2011-08-09 | 22.2 kB | |
neural_net.h | 2011-08-09 | 21.0 kB | |
Totals: 5 Items | 79.1 kB | 0 |
This file contains background information on the tictactoenn repository. The files contained within the repository are: (1) code for an artificial neural network that uses error backpropagation with the intent of playing a 5x5x5 game of tic-tac-toe, (2) a training program for the artificial neural network, (3) training exemplars for the artificial neural network, (4) code of an opponent making random moves, (5) a datafile for the neural network's weights, and (6) code for the 5x5x5 tic-tac-toe game implementation. Shahzeb Siddiqui and Francis Mutuc are the creators of the artificial neural network agent used to play this 5x5x5 game of tic-tac-toe. Any usage of any of this code should be given proper credit to its creators.