1 / 7

Playing Tic Tac Toe with Neural Networks

Playing Tic Tac Toe with Neural Networks. Justin Herbrand CS/ECE/ME 539. Reason Entertainment Learn the basic idea behind other video games AI Learn what is going on behind the scenes of video games. Goal. Build a game of tic tac toe that could play a human player

sheryl
Download Presentation

Playing Tic Tac Toe with Neural Networks

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Playing Tic Tac Toewith Neural Networks Justin Herbrand CS/ECE/ME 539

  2. Reason • Entertainment • Learn the basic idea behind other video games AI • Learn what is going on behind the scenes of video games

  3. Goal • Build a game of tic tac toe that could play a human player • Try predict moves where the human player might be going and defend against it • Use a MLP to predict the nonlinear pattern that human players have

  4. Why MLP • It can predict non-linear patterns since not to many people follow a specific pattern. • See if we can teach a computer to play games and not just give it a algorithm to play it.

  5. Results • Have a working game where the human can interact with the computer • Not a very difficult neural network that challenges the human player

  6. Game Play • Basically you pick a number that corresponds to the locations of the board to make a move • Then the computer goes • Goal: Get three in a row

  7. Development • Try to improve the neural network to make the game harder for the user to play • Develop better data points to train the MLP what a good move will be

More Related