+15 XP
Code the Duo
Question 1 of 3
Excitation's dynamics is (w_EIΒ·r_I)/Ο_E. Take one Euler step for r_E. (Future = current + step Γ dynamics.)
python
dr_E = (w_EI * r_I[k]) / tau_E r_E[k+1] =
Code the Duo
Question 1 of 3
Excitation's dynamics is (w_EIΒ·r_I)/Ο_E. Take one Euler step for r_E. (Future = current + step Γ dynamics.)
dr_E = (w_EI * r_I[k]) / tau_E r_E[k+1] =