Transformer neural net learns to run Conway’s Game of Life just from examples
We find that a highly simplified transformer neural network
is able to compute Conway’s Game of Life perfectly,
just from being trained on examples of the game.
The simple nature of this model allows us to look at its structure
and observe that it really is computing the Game of Life
— it is not a statistical model that predicts the most likely next state based
on all the examples it has been trained on.
We observe that it learns to use its attention mechanism to compute 3x3 convolutions — 3x3 c...
Read more at sidsite.com