Where to apply batch normalization on standard CNNs
15:32 06 Nov 2017

I have the following architecture:

Conv1
Relu1
Pooling1
Conv2
Relu2
Pooling3
FullyConnect1
FullyConnect2

My question is, where do I apply batch normalization? And what would be the best function to do this in TensorFlow?

python machine-learning tensorflow conv-neural-network batch-normalization