nengo / nengo-1.4

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

Convenient ablation method #87

Open tbekolay opened 12 years ago

tbekolay commented 12 years ago

[Issue migrated from SourceForge | ID: 1910557 | Submitted by 'bryan_tripp'] [http://sourceforge.net/support/tracker.php?aid=1910557]

Make it easy to ablate neurons/ensembles. Current method is to set weights or encoders or decoders to zero.

tbekolay commented 12 years ago

[Comment migrated from SourceForge | Submitted by 'tbekolay']

Dan implemented ablation in simulator; however, there is currently way to invoke it through the GUI, so this request remains open.

tcstewar commented 12 years ago

It might be kinda fun to have this in interactive mode.... you can run a cursor over a grid of spiking neurons and kill 'em off one by one....

patpat9 commented 12 years ago

Maybe the toggle can be put in the network viewer and/or the interactive window. Ablating multiple neurons/ensembles should be supported. Shortcut should be provided.