You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was reviewing the materials for W2D1_Tutorial3, specifically Section 2.1 (see the screenshot). This indicates that the mean and stdev are calculated for every stimulus (row-wise). However, in the corresponding code, zscore is applied across the columns (axis = 1, that is: for every neuron). Is this a mistake in the original code or am I interpreting things wrong?
Here is the code where the zscore function is called as part of the RDM function:
I believe the axis should be 0 so that the mean and stdev are calculated for the responses to each stimuli, but I'm not 100% sure.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
spirosChv
changed the title
W2D1: tutorial 3, possible zscore axis inconsistency with mathematical formulation
Deep Learning: tutorial 3, possible zscore axis inconsistency with mathematical formulation
Jun 18, 2022
Hi, I was reviewing the materials for W2D1_Tutorial3, specifically Section 2.1 (see the screenshot). This indicates that the mean and stdev are calculated for every stimulus (row-wise). However, in the corresponding code, zscore is applied across the columns (axis = 1, that is: for every neuron). Is this a mistake in the original code or am I interpreting things wrong?
Here is the code where the zscore function is called as part of the RDM function:
I believe the axis should be 0 so that the mean and stdev are calculated for the responses to each stimuli, but I'm not 100% sure.
Thanks in advance!
The text was updated successfully, but these errors were encountered: