# Get the difference from baseline for the two conditions · Issue #67 · brainiak/brainiak-tutorials · GitHub
More Web Proxy on the site http://driver.im/
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
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)