PHPGames / FANNTicTacToe

Fast Artificial Neural Network Tic Tac Toe game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ANN Tic Tac Toe in a Symfony Console App

Project for ANN Tic Tac Toe in a Symfony Console App SymfonyCon Madrid 2014

Requirements

How to install

Clone the repository an run:

composer install

Usage

php bin/console

Logs and files

The application will create some files in /tmp folder.

Log files

  • human_vs_machine.log
  • fann_player.log

Training files

  • training_*.dat

Artificial Neural Network file

  • ann.net

About

Fast Artificial Neural Network Tic Tac Toe game

License:MIT License


Languages

Language:PHP 100.0%