bsamseth / tictacNET

Solving Tic-Tac-Toe with Neural Networks.
MIT License
18 stars 25 forks source link
ai board-game keras machine-learning neural-network tensorflow tic-tac-toe tictactoe

tictacNET

Solving Tic-Tac-Toe with Neural Networks.

How to use this

Run tictacnet.py to train your model. Then play it using by running play.py. Feel free to tune what ever you want in the model and see how good (or bad!) you can make it.

See bsamseth/tic-tac-toe for more traditional search-based AI's implemented in multiple languages.

Dependencies

> pip install tensorflow sklearn pandas