SaraDadjouy
Results
2
issues of
SaraDadjouy
I was doing exercise 8 from the Data Handling tutorial, but I'm not sure if I did it correctly. Is there a solution to this exercise?
In the second tutorial, Data Handling, in the 4th session, why should we do this? ` face_diff = face_activity - np.mean(baseline_activity) scene_diff = scene_activity - np.mean(baseline_activity) `