Menu

Tree [r56] /
 History

HTTPS access


File Date Author Commit
 trunk 2011-04-24 fcmutuc123 [r44] changed class name, reads in from weights file ...
 NN_training.cpp 2011-04-30 fcmutuc123 [r55] most recent code...fixed training program, adde...
 README.txt 2011-04-30 fcmutuc123 [r55] most recent code...fixed training program, adde...
 g24.dat1 2011-04-30 fcmutuc123 [r56] most recent code...fixed training program, adde...
 g24.h 2011-04-30 fcmutuc123 [r55] most recent code...fixed training program, adde...
 neural_net.h 2011-04-30 fcmutuc123 [r55] most recent code...fixed training program, adde...
 sms5713.h 2011-04-19 sms5713 [r42] working TicTacToe Game
 tt4.cpp 2011-04-30 fcmutuc123 [r55] most recent code...fixed training program, adde...

Read Me

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.