├── README.md ├── [player_goes_first]_deep_learning_tic_tac_toe_model_training.ipynb ├── deep_learning_tic_tac_toe_model_training.ipynb ├── index.html ├── model ├── group1-shard1of1.bin └── model.json ├── python model weights ├── v4.keras ├── winer.keras ├── winer_weights.keras └── winer_weights_v2.keras └── screen_shot.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZackAkil/deep-tic-tac-toe/HEAD/README.md -------------------------------------------------------------------------------- /[player_goes_first]_deep_learning_tic_tac_toe_model_training.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZackAkil/deep-tic-tac-toe/HEAD/[player_goes_first]_deep_learning_tic_tac_toe_model_training.ipynb -------------------------------------------------------------------------------- /deep_learning_tic_tac_toe_model_training.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZackAkil/deep-tic-tac-toe/HEAD/deep_learning_tic_tac_toe_model_training.ipynb -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZackAkil/deep-tic-tac-toe/HEAD/index.html -------------------------------------------------------------------------------- /model/group1-shard1of1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZackAkil/deep-tic-tac-toe/HEAD/model/group1-shard1of1.bin -------------------------------------------------------------------------------- /model/model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZackAkil/deep-tic-tac-toe/HEAD/model/model.json -------------------------------------------------------------------------------- /python model weights/v4.keras: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZackAkil/deep-tic-tac-toe/HEAD/python model weights/v4.keras -------------------------------------------------------------------------------- /python model weights/winer.keras: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZackAkil/deep-tic-tac-toe/HEAD/python model weights/winer.keras -------------------------------------------------------------------------------- /python model weights/winer_weights.keras: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZackAkil/deep-tic-tac-toe/HEAD/python model weights/winer_weights.keras -------------------------------------------------------------------------------- /python model weights/winer_weights_v2.keras: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZackAkil/deep-tic-tac-toe/HEAD/python model weights/winer_weights_v2.keras -------------------------------------------------------------------------------- /screen_shot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZackAkil/deep-tic-tac-toe/HEAD/screen_shot.png --------------------------------------------------------------------------------