Open
Description
Basically create a set of neurons or a neuron that can mimic any other neuron, and let it decide whether it needs to calculate or not, maybe disable all following neurons' calculations for one step.
Disabling the following neurons could be difficult or problematic, since this neural net will have the possibility of backpropagation.
Has to be discussed more before working on it, but keep the thought vaguely in mind while designing the brain system.