Skip to content

Commit ff27090

Browse files
authored
Update README.md
1 parent 79ac3ec commit ff27090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# tictactoe-ntuple
22
N-Tuple Neural Network for tic tac toe
33

4-
Train N-Tuple Neural network for tic tac toe. The network allows the 1-ply cpu become 'perfect' without exhaustive search. The N-Tuple network consists of all eight tic-tac-toe's row-of-3s, times 2 depending of whose side it is, so a total 432 (8\*54) weights (+ bias) are in this network. Due to symmetries, it can be reduced to 270 (5\*54) weights.
4+
Train N-Tuple Neural network for tic tac toe. The network allows the 1-ply cpu become 'perfect' without exhaustive search. The N-Tuple network consists of all eight tic-tac-toe's row-of-3s, times 2 depending of whose side it is, so a total 432 (8\*54) weights (+ bias) are in this network. Due to symmetries, it can be reduced to 162 (3\*54) weights.
55

66
```
77
qmake .

0 commit comments

Comments
 (0)