nengo / nengo-1.4

Create and run detailed neural simulations
http://www.nengo.ai/nengo-1.4
96 stars 22 forks source link

Add noise to populations in GUI #353

Open celiasmith opened 11 years ago

celiasmith commented 11 years ago

Terry and I were talking, and we should perhaps have a template to add noise to neural populations through the gui. maybe a set noise command to change things in scripting as well?

tbekolay commented 11 years ago

You can already include noise in NEFEnsembles by clicking the Advanced button on an NEFEnsemble during construction. But yeah, a noise template would be good too.

Also, I noticed while doing this that clicking the Advanced button kind of borks the dialog, guessing the size isn't being changed appropriately.

celiasmith commented 11 years ago

Actually that's a different noise parameter. That is the one for affecting how the decoders are computed. I mean something that is injected during run time.