Connection function

Hi,

Can anyone tell me what’s the difference between the following few conditions using connection():

  1. connect ensemble to ensemble
  2. connect ensemble.neurons to ensemble(or ensemble to ensemble.neurons)
  3. connect ensemble.neurons to ensemble.neurons.(it means fully connected?)

Thanks!

Hi @Evian,

I discuss the basic differences between the different types of connections here. :smiley:

To quote myself:

There’s also an in-depth discussion of this in the Nengo docs.

1 Like

Thank you very much!