A flexible Tic-Tac-Toe game in Java featuring an unbeatable AI opponent powered by the Minimax algorithm. Built as an independent learning project to explore adversarial search and clean software ...
Abstract: Dataset distillation (DD) aims to accelerate the training speed of neural networks (NNs) by synthesizing a reduced dataset. NNs trained on the smaller dataset are expected to obtain almost ...
An Artificial Intelligence powered Tic Tac Toe game implemented in Python using the Minimax algorithm. The AI analyzes possible game states and selects the best move based on the chosen difficulty ...