Skip to content

bbueno5000/Tic-Tac-Toe-Demo-Live

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Neural Network (LIVE)

##Overview

This is the code for 'How to Make a Tic Tac Toe Neural Network Easily (LIVE)' by Siraj Raval on Youtube. This code uses a genetic algorithm to evolve a set of neural networks to play tic tac toe. It is written in pure javascript and uses Web Workers to have multiple neural networks train simulatenously by playing tic tac toe. The neural nets that win a game are given a reward and allowed to 'populate' the next generation via 'reproduction'.

##Dependencies

None. Pure JS.

##Usage

Run index.html to see it in action.

##Credits

Credits gor this code go to chazomaticus i've merely created a wrapper to get people started

About

This is the code for the "How to Make a Tic Tac Toe Neural Network Easily" live session by @Sirajraval on Youtube

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.4%
  • HTML 20.6%