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.
- Host: GitHub
- URL: https://github.com/trigger-segfault/caffe-tictactoe
- Owner: trigger-segfault
- Created: 2017-09-18T15:50:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T16:19:38.000Z (almost 8 years ago)
- Last Synced: 2025-01-29T03:37:41.940Z (5 months ago)
- Topics: ai, caffe, game, neural-network, tic-tac-toe
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Caffe Tic-Tac-Toe
An example of teaching a neural network to play tic-tac-toe.

### [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)**