feagi / brain-visualizer

Apache License 2.0
0 stars 1 forks source link

Add Tooltips #43

Closed m-nadji-tehrani closed 9 months ago

m-nadji-tehrani commented 11 months ago

Voxel Neuron Density: Number of neurons within each voxel

Synaptic Attractively: The rate of success in accepting incoming synapses

Post Synaptic Potential: The mount of membrane potential increase each neuron can have on downstream neurons

PSP Max: The max value the Post Synaptic Potential can grow to.

Fire Threshold: The level of membrane potential each neuron has to reach that would lead to neuron firing

Fire Threshold Limit: The max level of membrane potential value that can trigger a neuron firing. Membrane potentials beyond this limit will not lead to neuron firing.

Refractory Period: The number of bursts where neuron cannot fire after it has already fired.

Leak Constant: The amount of membrane potential a neuron will loose with the passing of a single burst duration

Leak Variability: The percentage of inconsistency that each neuron can have in their leak constant value

Consecutive Fire Count: The max number of consecutive firing a neuron can have at a time

Snooze Period: The number of burst where the neuron cannot fire after the Consecutive Fire Count has reached

Degeneracy Constant: The amount of PSP that a neuron synapse will degrade every time it fires

PSP Uniformity: If True, each neuron will increase the membrane potential of the destination neuron with the value of PSP. If False, the increase will be PSP divided by the number of synapses.

MP Accumulation: If True, the neuron will hold on to its level of membrane potential across bursts. If False, the level of membrane potential will reset with the passing of each burst

Fire threshold Increment: Defined the level of Fire Threshold Increase in X, Y, Z directions of a cortical area.

m-nadji-tehrani commented 9 months ago

Issue is addressed in a prior commit.