tictactoe-ai-tfjs and tictactoe
These are competitors—both implement machine learning approaches to Tic Tac Toe game AI, with one using TensorFlow.js for neural network training and the other using a separate ML methodology, serving the same use case of automated opponent play.
About tictactoe-ai-tfjs
GantMan/tictactoe-ai-tfjs
Train your own TensorFlow.js Tic Tac Toe
This project helps you understand how a computer can learn to play Tic Tac Toe. You provide the game's state as input, and the system predicts the best next move. This is for anyone curious about how basic artificial intelligence works through a fun, classic game.
About tictactoe
rolyatmax/tictactoe
Tic Tac Toe Machine Learning
This project helps anyone curious about how basic machine learning, specifically reinforcement learning, works by teaching a computer to play Tic Tac Toe. You provide the game environment, and the system outputs a 'policy' or strategy that the computer uses to make moves, eventually playing optimally. It's designed for someone interested in observing or experimenting with machine learning fundamentals in a simple, understandable context.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work