Nengo, WTA and Homeostasis

Thank you @xchoo for your clear explanation!

Lateral Inhibition

Yes indeed, I fixed it now.

Homeostatis

Yes, its a sort of normalization to prevent a neuron from dominating every time and inhibit the others. I will check the Oja rule.

Event-based Simulations

Yes, that could change everything since I am trying to implement an event-based STDP which explains also some of the behaviour i am seeing, and if this is true I would have to go with another type of STDP suitable with Nengo. Waiting for your confirmation.

After taking everything into consideration, the behaviour was always the same and in fact I had also introduced a pause between each input using a modified version of

nengo.processes.PresentInput which I didn’t mention in the previous post, when I removed that pause everything went as expected. I can see the inhibition working now.

Thank you again for the explanation and I hope to hear from you soon about the event-driven possibility.