I recently found a new interesting game for which I tried to design an AI, it's called Ultimate Tic Tac Toe. Here's a link with a description of the game:
https://mathwithbaddrawings.com/2013/06/16/ultimate-tic-tac-toe/ . I made a simple alpha-beta algorithm that works fine but I was wondering how
can I use a neural network to play the game. Can give me some tips on how the neural network should be designed and used?