I'm trying to understand this line of Python.
dP = -(dt / tau_stdp) * P[:, it] + A_plus * pre_spike_train_ex[:, it + 1]
but I can't find what the ' : ' does in these NumPy arrays
I'm trying to understand this line of Python.
dP = -(dt / tau_stdp) * P[:, it] + A_plus * pre_spike_train_ex[:, it + 1]
but I can't find what the ' : ' does in these NumPy arrays