What are the matrix dimensions of the gamma[l] and beta[l] parameters that we use in batch normalization for the layer l?
\beta^{[l]} and \gamma^{[l]} have the same dimension of (n^{[l]}, m), where
m = number of rows in the batch.
n^{[l]} = number of units in layer l.