Skip to content
/ xoxo Public

AI XO/ Tic Tac Toe solver [WIP]. CNN + Backprop in C

Notifications You must be signed in to change notification settings

vyrsh/xoxo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

tic tac toe game, where AI tries to beat user.
A CNN with Backpropagation written completely from scratch in C.

to compile and run
gcc -lm xoxo.c && ./a.out

About

AI XO/ Tic Tac Toe solver [WIP]. CNN + Backprop in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages