How Symmetric Are the Insides of a Go Network? [R]
<!-- SC_OFF --><div class="md"><p>I just now posted a small research / ML interp study on symmetries inside the neural nets for an open source Go-playing program that I maintain ("KataGo"). The rules of Go are completely symmetric under rotation/reflection, but such symmetry is not enforced in the models - the only thing we do for that is stochastic 8-fold data augmentation during training, randomizing the spatial orientation of each batch. </p> <p>To what degree do superhuman-strength Go-playin













