A batch of 4 training examples with 3 features each arrives as the matrix
Before training, the batch is mean-centred: for each feature, the mean of that feature over the batch is computed, then subtracted from every one of that feature's values. Call the result , which has the same shape as .
What is ?
Select all that apply.