Recently I have been developing a CNN that learns to play the game of GO which I am developing in Tensorflow v0.11.
I read this paper : Teaching Deep Convolutional Neural Networks to Play Go in which they have enforced symmetry constraints on the convolution weights. I wished to implement that and test the results for myself. I have searched extensively and have been unable to find a good efficient way to do this. A similar question was asked here. However much I tried to see a way to enforce a way to enforce these symmetries while training I could not find a way.
Has anyone done something similar before?