An open API service indexing awesome lists of open source software.

https://github.com/trigger-segfault/caffe-tictactoe

An example of teaching a neural network to play tic-tac-toe.
https://github.com/trigger-segfault/caffe-tictactoe

ai caffe game neural-network tic-tac-toe

Last synced: 3 months ago
JSON representation

An example of teaching a neural network to play tic-tac-toe.

Awesome Lists containing this project

README

        

# Caffe Tic-Tac-Toe

An example of teaching a neural network to play tic-tac-toe.

![Window Preview](https://i.imgur.com/RCzNfYk.png)

### [Wiki](https://github.com/trigger-death/Caffe-TicTacToe/wiki) | [Credits](https://github.com/trigger-death/Caffe-TicTacToe/wiki/Credits) | [Image Album](https://imgur.com/a/irmkF)

## Building from Source
* Install [Caffe](https://github.com/BVLC/caffe)
* Install [ncurses](https://en.wikipedia.org/wiki/Ncurses)
* Navigate to the project's root directory
* `$ mkdir build`, `$ cd build`, `$ cmake ..`, then `$ make`

## Pretrained Snapshots

**[Pretrained snapshots can be acquired here](https://github.com/trigger-death/Caffe-TicTacToe/releases/tag/1.0.0.0)**