Nicolas Motz

Play Tic Tac Toe against Nouri the neural network! Nouri learned to play Tic Tac Toe by playing 180,000 rounds against herself. Can you defeat Nouri? (Hint: it is possible)

I programmed Nouri in python using numpy. The aim was to improve my programming skills and get some hands-on experience with machine learning. Part of the javascript code that lets you play against Nouri was taken from here.