This is a little exercise where I code the game of Tic Tac Toe in R and write an AI that can play the game.
- Build the game mechanics
- Generate a dataset to train the AI
- Build a deep neural network that can evaluate a board position
- Implement a function that chooses the best next move